Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
f14e9187
Commit
f14e9187
authored
Nov 21, 2016
by
Paul Sokolovsky
Browse files
cc3200: Update for moduselect moved to extmod/.
parent
87dfc765
Changes
2
Hide whitespace changes
Inline
Side-by-side
cc3200/application.mk
View file @
f14e9187
...
...
@@ -162,7 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\
import.c
\
input.c
\
irq.c
\
moduselect.c
\
pybstdio.c
\
)
...
...
cc3200/mpconfigport.h
View file @
f14e9187
...
...
@@ -113,6 +113,7 @@
#define MICROPY_PY_URE (1)
#define MICROPY_PY_UHEAPQ (0)
#define MICROPY_PY_UHASHLIB (0)
#define MICROPY_PY_USELECT (1)
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)
...
...
Write
Preview
Supports
Markdown
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