-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ESP32-C3 "contracted" with cc1101
This adds support for the Luatos ESP32C3-CORE Development Board, and clones, wired with a CC1101 rf module. The esp32c3 is using the native USB interface for serial console and firmware updates, so should run on "contracted" boards without an extra usb2serial chip. The GDO0 and GDO2 pins are configured at IO11 and IO06 of the mcu. Example execution command: pio run -e esp32c3_cdc_cc1101 -t upload -t monitor Signed-off-by: Henk Vergonet <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters