Skip to content

Commit

Permalink
mcumap changes to STM32H7
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Dec 10, 2024
1 parent 4b1a6bd commit 22a673f
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 210 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[platformio]
include_dir=uCNC
src_dir=uCNC
default_envs = AVR-UNO, AVR-MEGA2560-RAMPS-V1_4, AVR-RAMBO, SAMD21-Wemos-M0, STM32F0-Bluepill-F030C8, STM32F1-Bluepill-F103C8, STM32F4-Blackpill-F401CC, ESP8266-Wemos-D1-R2, LPC176X-RE-ARM, ESP32-Wemos-D1-R32, RP2040-PICO-W, RP2040-PICO-W-MULTICORE, RP2350-PICO2
default_envs = AVR-UNO, AVR-MEGA2560-RAMPS-V1_4, AVR-RAMBO, SAMD21-Wemos-M0, STM32F0-Bluepill-F030C8, STM32F1-Bluepill-F103C8, STM32F4-Blackpill-F401CC, STM32H7-Generic-STM32H750, ESP8266-Wemos-D1-R2, LPC176X-RE-ARM, ESP32-Wemos-D1-R32, RP2040-PICO-W, RP2040-PICO-W-MULTICORE, RP2350-PICO2
extra_configs =
uCNC/src/hal/boards/avr/avr.ini
uCNC/src/hal/boards/samd21/samd21.ini
Expand Down
2 changes: 2 additions & 0 deletions uCNC/src/hal/boards/stm32/boardmap_generic_h750.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ extern "C"
#define BOARD_NAME "STM32 Generic H750"
#endif

#define RAM_ONLY_SETTINGS

// Setup step pins
#define STEP0_BIT 0 // assigns STEP0 pin
#define STEP0_PORT A // assigns STEP0 port
Expand Down
Loading

0 comments on commit 22a673f

Please sign in to comment.