Added bootloader sources

This commit is contained in:
Yury Shuvakin
2023-03-29 19:14:35 +03:00
parent 4561bcc255
commit 9db1fb42e0
191 changed files with 130097 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//#define HWVersion_0_3 /* Define this when HW les then HW 0.4 */
#define HWVersion_0_4 /* Define this with the newer hardware */
// Hardware name
#define HW_NAME "DieBieMS"
#define HW_VERSION "V0.5"
// Firmware version
#define FW_VERSION_MAJOR 3
#define FW_VERSION_MINOR 29
#define FW_REAL_VERSION "V0.11"
// UUID
#define STM32_UUID ((uint32_t*)0x1FFFF7AC)
#define STM32_UUID_8 ((uint8_t*)0x1FFFF7AC)