We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b037f4 commit eacc64bCopy full SHA for eacc64b
2 files changed
mongoose.h
@@ -43,6 +43,7 @@ extern "C" {
43
#define MG_ARCH_CMSIS_RTOS2 13 // CMSIS-RTOS API v2 (Keil RTX5, FreeRTOS)
44
#define MG_ARCH_RTTHREAD 14 // RT-Thread RTOS
45
#define MG_ARCH_ARMCGT 15 // Texas Semi ARM-CGT
46
+#define MG_ARCH_CUBE 16 // STM32Cube environment
47
48
#define MG_ARCH_NEWLIB MG_ARCH_ARMGCC // Alias, deprecate in 2025
49
src/arch.h
@@ -16,6 +16,7 @@
16
17
18
19
20
21
22
0 commit comments