Skip to content

Commit

Permalink
Sun, 23 Jun 2024 13:15:52 -0400
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Jun 23, 2024
1 parent bd4b85b commit 0386bb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ int main(void) {

return 0;
}

// TODO TODO TODO trigger bsim? 6
15 changes: 15 additions & 0 deletions app/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,27 @@ manifest:
clone-depth: 1
import:
name-whitelist:
# Include Zephyr modules for building firmware.
- cmsis
- hal_nordic
- hal_rpi_pico
- lvgl
- segger
- tinycrypt
- zcbor
# Include Babblesim modules for testing.
- bsim
- babblesim_base
- babblesim_ext_2G4_libPhyComv1
- babblesim_ext_2G4_phy_v1
- babblesim_ext_2G4_channel_NtNcable
- babblesim_ext_2G4_channel_multiatt
- babblesim_ext_2G4_modem_magic
- babblesim_ext_2G4_modem_BLE_simple
- babblesim_ext_2G4_device_burst_interferer
- babblesim_ext_2G4_device_WLAN_actmod
- babblesim_ext_2G4_device_playback
- babblesim_ext_libCryptov1
- nrf_hw_models
self:
west-commands: scripts/west-commands.yml

0 comments on commit 0386bb2

Please sign in to comment.