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
8000d51b
Commit
8000d51b
authored
Feb 11, 2016
by
Damien George
Committed by
Paul Sokolovsky
Mar 23, 2016
Browse files
esp8266: Add module weak link from json to ujson.
parent
1a0adf49
Changes
2
Hide whitespace changes
Inline
Side-by-side
esp8266/mpconfigport.h
View file @
8000d51b
...
...
@@ -102,6 +102,7 @@ extern const struct _mp_obj_module_t mp_module_machine;
#define MICROPY_PORT_BUILTIN_MODULE_WEAK_LINKS \
{ MP_OBJ_NEW_QSTR(MP_QSTR_time), (mp_obj_t)&utime_module }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_os), (mp_obj_t)&uos_module }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_json), (mp_obj_t)&mp_module_ujson }, \
#define MP_STATE_PORT MP_STATE_VM
...
...
esp8266/qstrdefsport.h
View file @
8000d51b
...
...
@@ -163,3 +163,5 @@ Q(mode)
Q
(
period
)
Q
(
ONE_SHOT
)
Q
(
PERIODIC
)
Q
(
json
)
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