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.

marlin_Artillery_Ruby.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F401xx",
  6. "f_cpu": "84000000L",
  7. "hwids": [
  8. [
  9. "0x0483",
  10. "0xDF11"
  11. ]
  12. ],
  13. "mcu": "stm32f401rct6",
  14. "variant": "MARLIN_ARTILLERY_RUBY"
  15. },
  16. "debug": {
  17. "jlink_device": "STM32F401RC",
  18. "openocd_target": "stm32f4x",
  19. "svd_path": "STM32F40x.svd",
  20. "tools": {
  21. "stlink": {
  22. "server": {
  23. "arguments": [
  24. "-f",
  25. "scripts/interface/stlink.cfg",
  26. "-c",
  27. "transport select hla_swd",
  28. "-f",
  29. "scripts/target/stm32f4x.cfg",
  30. "-c",
  31. "reset_config none"
  32. ],
  33. "executable": "bin/openocd",
  34. "package": "tool-openocd"
  35. }
  36. }
  37. }
  38. },
  39. "frameworks": [
  40. "arduino",
  41. "stm32cube"
  42. ],
  43. "name": "STM32F401RC (64k RAM. 256k Flash)",
  44. "upload": {
  45. "disable_flushing": false,
  46. "maximum_ram_size": 65536,
  47. "maximum_size": 262144,
  48. "protocol": "stlink",
  49. "protocols": [
  50. "stlink",
  51. "dfu",
  52. "jlink"
  53. ],
  54. "require_upload_port": true,
  55. "use_1200bps_touch": false,
  56. "wait_for_upload_port": false
  57. },
  58. "url": "https://www.st.com/en/evaluation-tools/steval-3dp001v1.html",
  59. "vendor": "Generic"
  60. }