Marlin 2.0 for Flying Bear 4S/5
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.
 
 
 
 
 
 
Scott Lahteine f4c258dc23
Creality Ender 3 v2 (#17719)
4 years ago
..
dogm Apply composite tests 4 years ago
inc Group some sanity checks 4 years ago
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 4 years ago
HAL.cpp Fix an unused var warning 4 years ago
HAL.h Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4 years ago
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
SPI.cpp SPI performance tweak 4 years ago
SPI.h SPI performance tweak 4 years ago
Servo.cpp Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4 years ago
Servo.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
SoftwareSerial.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
SoftwareSerial.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
build_flags.py Shorter paths to HAL, ExtUI (#17156) 4 years ago
eeprom_flash.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 4 years ago
eeprom_sdcard.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 4 years ago
eeprom_wired.cpp eeprom_init from STM32F1/access_start 4 years ago
endstop_interrupts.h Apply TERN to compact code (#17619) 4 years ago
fastio.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
msc_sd.cpp It looks like HAS_ONBOARD_SD is obsolete 4 years ago
msc_sd.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
onboard_sd.cpp It looks like HAS_ONBOARD_SD is obsolete 4 years ago
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
sdio.cpp Clean up trailing spaces 4 years ago
sdio.h Allow SDIO clock/retry overrides (#18223) 4 years ago
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
timers.cpp Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 4 years ago
timers.h Creality Ender 3 v2 (#17719) 4 years ago
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) 4 years ago
watchdog.h Shorter paths to HAL, ExtUI (#17156) 4 years ago

README.md

STM32F1

This HAL is for STM32F103 boards used with Arduino STM32 framework.

Currently has been tested in Malyan M200 (103CBT6), SKRmini (103RCT6), Chitu 3d (103ZET6), and various 103VET6 boards.

Main developers:

  • Victorpv
  • xC000005
  • thisiskeithb
  • tpruvot