Skip to content

Commit eca612d

Browse files
committed
Document all supported MG_ARCH choices
1 parent 060f438 commit eca612d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,13 @@ The architecture is guessed during the build, so setting it is not usually requi
289289
|MG_ARCH_ESP8266 | Espressif's ESP8266 |
290290
|MG_ARCH_FREERTOS_LWIP | All systems with FreeRTOS kernel and LwIP IP stack |
291291
|MG_ARCH_FREERTOS_TCP | All systems with FreeRTOS kernel and FreeRTOS-Plus-TCP IP stack |
292+
|MG_ARCH_AZURERTOS | Microsoft Azure RTOS |
293+
|MG_ARCH_RTX_LWIP | Keil RTX with LWIP TCP/IP stack |
294+
|MG_ARCH_RTX | Keil RTX with MDK TCP/IP stack |
295+
|MG_ARCH_ZEPHYR | Zephyr RTOS |
296+
|MG_ARCH_TIRTOS | TI RTOS |
297+
|MG_ARCH_RP2040 | RP2040 SDK |
298+
|MG_ARCH_NEWLIB | Bare ARM GCC |
292299
|MG_ARCH_CUSTOM | A custom architecture, discussed in the next section |
293300

294301
The other class of build constants is defined in

0 commit comments

Comments
 (0)