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:
9 #define FLASH_PAGE_SIZE 0x800
15 #undef USE_TRANSPONDER
16 #undef USE_CAMERA_CONTROL
17 to target.h to avoid non-F1 compatible code from getting in.