diff options
| author | sakumisu <[email protected]> | 2024-01-29 21:16:05 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-01-29 21:16:05 +0800 |
| commit | fc8097228472fe766e34bf4aeae193fbc81cf318 (patch) | |
| tree | 6f3b4db7a5195f1e89e7b7e70b72ac4f20e67e51 /SConscript | |
| parent | feb69dcd95584a23d60df4b34e886b66fed4b1c4 (diff) | |
add nimble submodule
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -138,9 +138,6 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend('RT_USING_DFS'): src += Glob('third_party/rt-thread-5.0/dfs_usbh_msc.c') - if GetDepend('PKG_USING_NIMBLE'): - src += Glob('third_party/nimble-latest/ble_hci_usbh.c') - src += Glob('third_party/rt-thread-5.0/msh_cmd.c') group = DefineGroup('CherryUSB', src, depend = ['PKG_USING_CHERRYUSB'], CPPPATH = path, CPPDEFINES = CPPDEFINES) |
