add readme
This commit is contained in:
parent
7df819dfee
commit
c2dd21345b
1 changed files with 40 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal 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
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue