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.

esp32.ini 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # ESP32 Architecture #
  8. # #
  9. #################################
  10. #
  11. # Espressif ESP32
  12. #
  13. [env:esp32]
  14. platform = espressif32@2.1.0
  15. board = esp32dev
  16. build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0
  17. build_src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
  18. lib_ignore = NativeEthernet
  19. upload_speed = 500000
  20. monitor_speed = 250000
  21. monitor_filters = colorize, time, send_on_enter, log2file, esp32_exception_decoder
  22. #upload_port = marlinesp.local
  23. #board_build.flash_mode = qio
  24. [env:FYSETC_E4]
  25. extends = env:esp32
  26. board_build.partitions = default_16MB.csv
  27. [env:PANDA]
  28. extends = env:esp32
  29. build_flags = ${env:esp32.build_flags} -DUSE_ESP32_EXIO -DUSE_ESP32_TASK_WDT
  30. lib_deps = ${common.lib_deps}
  31. SoftwareSerialEsp32
  32. board_build.partitions = Marlin/src/HAL/ESP32/esp32.csv
  33. upload_speed = 115200
  34. monitor_speed = 115200
  35. [env:mks_tinybee]
  36. extends = env:esp32
  37. board_build.partitions = default_8MB.csv