41 lines
952 B
Markdown
41 lines
952 B
Markdown
|
|
|
||
|
|
## 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
|
||
|
|
```
|
||
|
|
|