diff options
| author | hathach <[email protected]> | 2018-12-01 21:58:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-01 21:58:24 +0700 |
| commit | 89d96b92af543bdf9806c29e82d449448d0abaea (patch) | |
| tree | 3e308513749dbc69a3eb178edb5cfe78c7d51a1e /examples | |
| parent | 363d9b9b2a2367eff495a2a328ba1c3fd08508b3 (diff) | |
fix lpc11u68 bsp issue, able to blink
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject | 1 | ||||
| -rw-r--r-- | examples/device/cdc_msc_hid/ses/lpc13xx/lpc13xx.emProject | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject b/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject index afe0f6de7..876a48114 100644 --- a/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject +++ b/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject @@ -89,6 +89,7 @@ <file file_name="../../../../../hw/mcu/nxp/lpc_chip_11u6x/src/syscon_11u6x.c" /> <file file_name="../../../../../hw/mcu/nxp/lpc_chip_11u6x/src/sysinit_11u6x.c" /> <file file_name="../../../../../hw/mcu/nxp/lpc_chip_11u6x/src/uart_0_11u6x.c" /> + <file file_name="../../../../../hw/mcu/nxp/lpc_chip_11u6x/src/iocon_11u6x.c" /> </folder> </folder> </folder> diff --git a/examples/device/cdc_msc_hid/ses/lpc13xx/lpc13xx.emProject b/examples/device/cdc_msc_hid/ses/lpc13xx/lpc13xx.emProject index affdd872a..ce50e791c 100644 --- a/examples/device/cdc_msc_hid/ses/lpc13xx/lpc13xx.emProject +++ b/examples/device/cdc_msc_hid/ses/lpc13xx/lpc13xx.emProject @@ -99,6 +99,7 @@ <file file_name="../../../../../hw/mcu/nxp/lpc13xx/lpc_chip_13xx/src/sysctl_13xx.c" /> <file file_name="../../../../../hw/mcu/nxp/lpc13xx/lpc_chip_13xx/src/sysinit_13xx.c" /> <file file_name="../../../../../hw/mcu/nxp/lpc13xx/lpc_chip_13xx/src/uart_13xx.c" /> + <file file_name="../../../../../hw/mcu/nxp/lpc13xx/lpc_chip_13xx/src/iocon_13xx.c" /> </folder> </folder> </folder> |
