My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lpc176x.ini 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # LPC176x Architecture #
  8. # #
  9. #################################
  10. #
  11. # NXP LPC176x ARM Cortex-M3
  12. #
  13. [common_LPC]
  14. platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.3.zip
  15. platform_packages = framework-arduino-lpc176x@^0.2.6
  16. board = nxp_lpc1768
  17. lib_ldf_mode = off
  18. lib_compat_mode = strict
  19. extra_scripts = ${common.extra_scripts}
  20. Marlin/src/HAL/LPC1768/upload_extra_script.py
  21. src_filter = ${common.default_src_filter} +<src/HAL/LPC1768> +<src/HAL/shared/backtrace>
  22. lib_deps = ${common.lib_deps}
  23. Servo
  24. custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
  25. build_flags = ${common.build_flags} -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC1768/include -IMarlin/src/HAL/LPC1768/u8g
  26. # debug options for backtrace
  27. #-funwind-tables
  28. #-mpoke-function-name
  29. #
  30. # NXP LPC176x ARM Cortex-M3
  31. #
  32. [env:LPC1768]
  33. platform = ${common_LPC.platform}
  34. extends = common_LPC
  35. board = nxp_lpc1768
  36. [env:LPC1769]
  37. platform = ${common_LPC.platform}
  38. extends = common_LPC
  39. board = nxp_lpc1769