Skip to content

Commit dca8ba2

Browse files
Marcelo Salazarteetak01
authored andcommitted
Move IDW01M1 driver under COMPONENT (#4)
* Move IDW01M1 driver under COMPONENT * Group config in mbed_app.json
1 parent 749901c commit dca8ba2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mbed_app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"target.bootloader_img" : "bootloader/mbed-bootloader-nucleo_f411re-block_device-kvstore-v4.0.0.bin",
110110
"target.header_offset" : "0x10000",
111111
"target.app_offset" : "0x10400",
112-
"target.components_add" : ["SD"],
112+
"target.components_add" : ["SD", "WIFI_IDW01M1"],
113+
"idw0xx1.provide-default" : true,
114+
"idw0xx1.tx" : "PA_9",
115+
"idw0xx1.rx" : "PA_10",
113116
"update-client.bootloader-details" : "(0x08000000+30*1024)",
114117
"update-client.application-details" : "(0x08000000+64*1024)",
115118
"update-client.storage-address" : "(1024*1024*64)",
@@ -126,9 +129,6 @@
126129
"events.shared-eventsize" : 1024,
127130
"drivers.uart-serial-rxbuf-size" : 1024,
128131
"drivers.uart-serial-txbuf-size" : 1024,
129-
"idw0xx1.provide-default" : true,
130-
"idw0xx1.tx" : "PA_9",
131-
"idw0xx1.rx" : "PA_10",
132132
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
133133
"sd.SPI_MOSI" : "PC_3",
134134
"sd.SPI_MISO" : "PC_2",

0 commit comments

Comments
 (0)