No description
Find a file
2025-08-03 02:12:14 +10:00
myapps makefile, part var 2025-08-03 02:12:14 +10:00
.gitignore initial commit 2025-08-03 01:39:20 +10:00
README.md add readme 2025-08-03 01:50:34 +10:00

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