bird-sanctuary / bluejay

:bird: Digital ESC firmware for controlling brushless motors in multirotors
GNU General Public License v3.0
312 stars 36 forks source link

Refactor memory offsets based on MCU #106

Closed stylesuxx closed 1 year ago

stylesuxx commented 1 year ago

eg.:

IF MCU_TYPE == MCU_BB51
    ljmp 0F000h                         ; Jump to bootloader
ELSE
    ljmp 1C00h                          ; Jump to bootloader
ENDIF