this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create DEVELOPMENT.md

authored by

Ha_BOD and committed by
GitHub
3db69136 7caeeccd

+13
+13
software/DEVELOPMENT.md
··· 1 + # BaSIL - Guide de Développement nRF54L15 2 + 3 + ### Compilation (Application Core) 4 + ```powershell 5 + west build --build-dir build --board xiao_nrf54l15/nrf54l15/cpuapp --sysbuild software/firmware/base_badge 6 + west flash --build-dir build 7 + 8 + Pinout Aliases 9 + 10 + imu0 -> LSM6DSO (i2c30) 11 + xiao_i2c -> i2c22 (D4/D5) 12 + xiao_spi -> spi00 (D8/D9/D10) 13 + rfsw_ctl -> GPIO2.5 (0: Ext, 1: Int)