diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e9c8e6 --- /dev/null +++ b/README.md @@ -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 +``` +