Skip to content

Commit

Permalink
Add missing Bluetooth connectivity for all S3-based boards
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Sep 21, 2023
1 parent 63b3549 commit f6ec392
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/adafruit_feather_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"variant": "adafruit_feather_esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/adafruit_feather_esp32s3_nopsram.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"variant": "adafruit_feather_esp32s3_nopsram"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/adafruit_feather_esp32s3_reversetft.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"variant": "adafruit_feather_esp32s3_reversetft"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/adafruit_feather_esp32s3_tft.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"variant": "adafruit_feather_esp32s3_tft"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/adafruit_matrixportal_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"variant": "adafruit_matrixportal_esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/adafruit_qtpy_esp32s3_nopsram.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"variant": "adafruit_qtpy_esp32s3_nopsram"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/arduino_nano_esp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"variant": "arduino_nano_nora"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/bee_motion_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"variant": "Bee_Motion_S3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/bee_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"variant": "Bee_S3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/bpi_leaf_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"variant": "bpi_leaf_s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/cytron_maker_feather_aiot_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "cytron_maker_feather_aiot_s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/dfrobot_firebeetle2_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"variant": "dfrobot_firebeetle2_esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/dfrobot_romeo_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"variant": "dfrobot_romeo_esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/edgebox-esp-100.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"variant": "Edgebox-ESP-100"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/esp32-s3-devkitc-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"variant": "esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/lilygo-t-display-s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "lilygo_t_display_s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/lolin_s3_mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"variant": "lolin_s3_mini"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/m5stack-atoms3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"variant": "m5stack_atoms3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/m5stack-cores3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"variant": "m5stack_cores3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/m5stack-stamps3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"variant": "m5stack_stamp_s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/nebulas3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"variant": "Nebula_S3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/redpill_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"variant": "redpill_esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/seeed_xiao_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"variant": "XIAO_ESP32S3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/tamc_termod_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "tamc_termod_s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/um_feathers3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "um_feathers3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/um_pros3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "um_pros3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/um_tinys3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "um_tinys3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/unphone8.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"variant": "unphone8"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/unphone9.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"variant": "unphone9"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down
1 change: 1 addition & 0 deletions boards/wifiduino32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"variant": "wifiduino32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
Expand Down

0 comments on commit f6ec392

Please sign in to comment.