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_STM32G0B1RE.json 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m0plus",
  5. "extra_flags": "-DSTM32G0xx -DSTM32G0B1xx",
  6. "f_cpu": "64000000L",
  7. "framework_extra_flags": {
  8. "arduino": "-D__CORTEX_SC=0"
  9. },
  10. "mcu": "stm32g0b1ret6",
  11. "product_line": "STM32G0B1xx",
  12. "variant": "STM32G0xx/MARLIN_G0B1RE"
  13. },
  14. "debug": {
  15. "default_tools": [
  16. "stlink"
  17. ],
  18. "jlink_device": "STM32G0B1RE",
  19. "onboard_tools": [
  20. "stlink"
  21. ],
  22. "openocd_target": "stm32g0x",
  23. "svd_path": "STM32G0B1.svd"
  24. },
  25. "frameworks": [
  26. "arduino",
  27. "cmsis",
  28. "libopencm3",
  29. "stm32cube",
  30. "zephyr"
  31. ],
  32. "name": "STM32G0B1RE",
  33. "upload": {
  34. "maximum_ram_size": 147456,
  35. "maximum_size": 524288,
  36. "protocol": "stlink",
  37. "protocols": [
  38. "stlink",
  39. "jlink",
  40. "cmsis-dap",
  41. "blackmagic",
  42. "mbed"
  43. ]
  44. },
  45. "url": "https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-series/stm32g0x1.html",
  46. "vendor": "ST"
  47. }