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
eccd73a4
Commit
eccd73a4
authored
Mar 14, 2021
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Signed-off-by:
Damien George
<
damien@micropython.org
>
parent
dcaf7025
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
extmod/extmod.cmake
extmod/extmod.cmake
+1
-0
ports/esp32/main/CMakeLists.txt
ports/esp32/main/CMakeLists.txt
+0
-6
No files found.
extmod/extmod.cmake
View file @
eccd73a4
...
...
@@ -12,6 +12,7 @@ set(MICROPY_SOURCE_EXTMOD
${
MICROPY_EXTMOD_DIR
}
/modbluetooth.c
${
MICROPY_EXTMOD_DIR
}
/modbtree.c
${
MICROPY_EXTMOD_DIR
}
/modframebuf.c
${
MICROPY_EXTMOD_DIR
}
/modonewire.c
${
MICROPY_EXTMOD_DIR
}
/moduasyncio.c
${
MICROPY_EXTMOD_DIR
}
/modubinascii.c
${
MICROPY_EXTMOD_DIR
}
/moducryptolib.c
...
...
ports/esp32/main/CMakeLists.txt
View file @
eccd73a4
...
...
@@ -9,10 +9,6 @@ set(MICROPY_QSTRDEFS_PORT
${
PROJECT_DIR
}
/qstrdefsport.h
)
set
(
MICROPY_SOURCE_EXTMOD_EXTRA
${
MICROPY_DIR
}
/extmod/modonewire.c
)
set
(
MICROPY_SOURCE_LIB
${
MICROPY_DIR
}
/lib/littlefs/lfs1.c
${
MICROPY_DIR
}
/lib/littlefs/lfs1_util.c
...
...
@@ -75,7 +71,6 @@ set(MICROPY_SOURCE_PORT
set
(
MICROPY_SOURCE_QSTR
${
MICROPY_SOURCE_PY
}
${
MICROPY_SOURCE_EXTMOD
}
${
MICROPY_SOURCE_EXTMOD_EXTRA
}
${
MICROPY_SOURCE_LIB
}
${
MICROPY_SOURCE_PORT
}
)
...
...
@@ -129,7 +124,6 @@ idf_component_register(
SRCS
${
MICROPY_SOURCE_PY
}
${
MICROPY_SOURCE_EXTMOD
}
${
MICROPY_SOURCE_EXTMOD_EXTRA
}
${
MICROPY_SOURCE_LIB
}
${
MICROPY_SOURCE_DRIVERS
}
${
MICROPY_SOURCE_PORT
}
...
...
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