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

123456789101112131415161718192021222324252627282930313233343536373839404142
  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.8
  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. build_src_filter = ${common.default_src_filter} +<src/HAL/LPC1768> +<src/HAL/shared/backtrace>
  22. lib_deps = ${common.lib_deps}
  23. Servo
  24. custom_marlin.USES_LIQUIDCRYSTAL = arduino-libraries/LiquidCrystal@~1.0.7
  25. custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
  26. build_flags = ${common.build_flags} -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC1768/include -IMarlin/src/HAL/LPC1768/u8g
  27. # debug options for backtrace
  28. #-funwind-tables
  29. #-mpoke-function-name
  30. #
  31. # NXP LPC176x ARM Cortex-M3
  32. #
  33. [env:LPC1768]
  34. extends = common_LPC
  35. board = nxp_lpc1768
  36. [env:LPC1769]
  37. extends = common_LPC
  38. board = nxp_lpc1769