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
d97b8daf
Commit
d97b8daf
authored
Apr 13, 2021
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
esp32/boards: Add GENERIC_S2 board definition.
Signed-off-by:
Damien George
<
damien@micropython.org
>
parent
c81d048b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
ports/esp32/boards/GENERIC_S2/mpconfigboard.cmake
ports/esp32/boards/GENERIC_S2/mpconfigboard.cmake
+8
-0
ports/esp32/boards/GENERIC_S2/mpconfigboard.h
ports/esp32/boards/GENERIC_S2/mpconfigboard.h
+5
-0
No files found.
ports/esp32/boards/GENERIC_S2/mpconfigboard.cmake
0 → 100644
View file @
d97b8daf
set
(
IDF_TARGET esp32s2
)
set
(
SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.usb
)
set
(
MICROPY_FROZEN_MANIFEST
${
MICROPY_PORT_DIR
}
/boards/manifest.py
)
ports/esp32/boards/GENERIC_S2/mpconfigboard.h
0 → 100644
View file @
d97b8daf
#define MICROPY_HW_BOARD_NAME "ESP32S2 module"
#define MICROPY_HW_MCU_NAME "ESP32S2"
#define MICROPY_PY_BLUETOOTH (0)
#define MICROPY_HW_ENABLE_SDCARD (0)
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