Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
678f4b95
Commit
678f4b95
authored
Nov 16, 2021
by
Jim Mussared
Committed by
Damien George
Nov 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
esp32/boards/GENERIC_S3: Enable BLE on ESP32 S3.
Signed-off-by:
Jim Mussared
<
jim.mussared@gmail.com
>
parent
de8dc4ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
ports/esp32/boards/GENERIC_S3/mpconfigboard.cmake
ports/esp32/boards/GENERIC_S3/mpconfigboard.cmake
+1
-0
ports/esp32/boards/GENERIC_S3/mpconfigboard.h
ports/esp32/boards/GENERIC_S3/mpconfigboard.h
+0
-1
No files found.
ports/esp32/boards/GENERIC_S3/mpconfigboard.cmake
View file @
678f4b95
...
...
@@ -3,6 +3,7 @@ set(IDF_TARGET esp32s3)
set
(
SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.usb
boards/sdkconfig.ble
boards/GENERIC_S3/sdkconfig.board
)
...
...
ports/esp32/boards/GENERIC_S3/mpconfigboard.h
View file @
678f4b95
#define MICROPY_HW_BOARD_NAME "ESP32S3 module"
#define MICROPY_HW_MCU_NAME "ESP32S3"
#define MICROPY_PY_BLUETOOTH (0)
#define MICROPY_PY_MACHINE_DAC (0)
#define MICROPY_HW_I2C0_SCL (9)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment