add readme

This commit is contained in:
Ajit Ananthadevan 2025-08-03 01:50:34 +10:00
parent 7df819dfee
commit c2dd21345b

40
README.md Normal file
View file

@ -0,0 +1,40 @@
## EFR32BG22C224F512GM32 Projects
After checking out, copy `platform` and `protocol` from `https://github.com/SiliconLabs/gecko_sdk` into project root.
```
├── myapps
│   ├── blinky
│   ...
├── platform
│   ├── bootloader
│   ├── CMSIS
│   ├── common
│   ├── compute
│   ├── Device
│   ├── driver
│   ├── emdrv
│   ├── emlib
│   ├── halconfig
│   ├── hwconf_data
│   ├── micrium_os
│   ├── middleware
│   ├── peripheral
│   ├── radio
│   ├── release-highlights.txt
│   ├── security
│   ├── service
│   └── upgrade.slcu
├── protocol
│   ├── bluetooth
│   ├── flex
│   ├── openthread
│   ├── usb
│   ├── wisun
│   ├── zigbee
│   └── z-wave
└── README.md
```