New sys.c
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "CQ STARM"
|
||||
#define BOARD_ID 0xc5480875
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "FST-01-00"
|
||||
#define BOARD_ID 0x613870a9
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#define BOARD_NAME "FST-01"
|
||||
#define BOARD_ID 0x696886af
|
||||
/* echo -n "FST-01" | sha256sum | sed -e 's/^.*\(........\) -$/\1/' */
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "Maple Mini"
|
||||
#define BOARD_ID 0x7a445272
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "Olimex STM32-H103"
|
||||
#define BOARD_ID 0xf92bb594
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "STBee Mini"
|
||||
#define BOARD_ID 0x1f341961
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "STBee"
|
||||
#define BOARD_ID 0x945c37e8
|
||||
|
||||
#define FLASH_PAGE_SIZE 2048
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "STM32 Primer2"
|
||||
#define BOARD_ID 0x21e5798d
|
||||
|
||||
#define FLASH_PAGE_SIZE 2048
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#define BOARD_NAME "STM8S Discovery"
|
||||
#define BOARD_ID 0x2f0976bb
|
||||
|
||||
#define FLASH_PAGE_SIZE 1024
|
||||
#define STM32F10X_MD /* Medium-density device */
|
||||
|
||||
Reference in New Issue
Block a user