Merge pull request #11198 from SteveCEvans/sce_rc2
[betaflight.git] / src / main / target / NUCLEOF103RG / README.txt
blob07c8c9868ed2d988d6b30f0d7693ac8463e61180
1 NUCLEOF103RG is a target for Nucleo-F103RG (Nucleo-F103RB transplanted with STM32F103RG which has 1MB of FLASH).
2 Such hardware with this target comes in handy when a firmware that doesn't fit in smaller FLASH variant when compiled with DEBUG option must be debugged with a debugger.
4 The target definition files are straight copy of NAZE, except LED0_PIN has been redefined to use Nucleo's LD2 (User LED).
6 It is also easy to convert exisiting F1 targets to be built to run on the Nucleo-F103RG board:
8 - Add
9     #define FLASH_PAGE_SIZE 0x800
10     to target.h
12 - Also add
13 #undef USE_DSHOT
14 #undef USE_LED_STRIP
15 #undef USE_TRANSPONDER
16 #undef USE_CAMERA_CONTROL
17     to target.h to avoid non-F1 compatible code from getting in.
19 - Add
20 MCU_FLASH_SIZE  = 1024
21     to target.mk