11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
- openocd flashing
|
|
use run_algorithm to hook ROM NVM functions
|
|
see flash/stm32x.c
|
|
|
|
- add TARGETS which doesn't set space aside space for rom variable or
|
|
call rom_data_init and
|
|
TARGETS_WITH_ROMDATA which does what is going on now.
|
|
|
|
|
|
|