Skip to content

Commit

Permalink
ESP32C3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Aug 8, 2022
1 parent 487dafc commit 655e618
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ conds:
- when: mos.platform == "esp32"
apply:
libs:
- location: https://github.com/mongoose-os-libs/bt-common
- location: https://github.com/mongoose-os-libs/wifi
config_schema:
- ["board.led1.pin", 13]
Expand All @@ -29,6 +30,12 @@ conds:
- ["provision.btn.pin", 0]
- ["provision.btn.pull_up", true]

- when: mos.platform == "esp32c3"
apply:
libs:
- location: https://github.com/mongoose-os-libs/bt-common
- location: https://github.com/mongoose-os-libs/wifi

# https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware
- when: build_vars.BOARD == "ESP32-EVB"
apply:
Expand Down

0 comments on commit 655e618

Please sign in to comment.