File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
targets/TARGET_STM/TARGET_STM32WL Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,22 @@ Only M4 core is currently used by mbed-os applications.
31
31
- Total FLASH is 256KB
32
32
- RAM: 64 KB
33
33
34
+ ** [ tip] mbed-os export feature**
34
35
35
- ## CUSTOM boards
36
+ ` mbed export -m NUCLEO_WL55JC -i uvision6 `
37
+
38
+ This needs to locally add a patch:
39
+ https://github.com/ARMmbed/mbed-os/pull/10424/files
40
+
41
+ ` mbed export -m NUCLEO_WL55JC -i iar `
36
42
37
- Check https://github.com/ARMmbed/stm32customtargets
43
+ This needs to locally add a patch:
44
+ https://github.com/jeromecoutant/mbed/blob/IAR_EXPORT_SUPPORT/tools/export/iar/iar_definitions.json#L62-L64
45
+
46
+
47
+ ## CUSTOM boards
38
48
49
+ Check https://github.com/ARMmbed/stm32customtargets#stm32wl
39
50
40
51
# LoRa
41
52
You can’t perform that action at this time.
0 commit comments