Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
fa47bebf
Commit
fa47bebf
authored
Jul 10, 2015
by
Daniel Campora
Browse files
cc3200: Add struct weak link for ustruct.
parent
8eb802a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
cc3200/mpconfigport.h
View file @
fa47bebf
...
...
@@ -122,6 +122,7 @@ extern const struct _mp_obj_module_t mp_module_ussl;
{ MP_OBJ_NEW_QSTR(MP_QSTR_ussl), (mp_obj_t)&mp_module_ussl }, \
#define MICROPY_PORT_BUILTIN_MODULE_WEAK_LINKS \
{ MP_OBJ_NEW_QSTR(MP_QSTR_struct), (mp_obj_t)&mp_module_ustruct }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_re), (mp_obj_t)&mp_module_ure }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_json), (mp_obj_t)&mp_module_ujson }, \
{ MP_OBJ_NEW_QSTR(MP_QSTR_heapq), (mp_obj_t)&mp_module_uheapq }, \
...
...
cc3200/qstrdefsport.h
View file @
fa47bebf
...
...
@@ -70,6 +70,7 @@ Q(/sd/lib)
#endif
// for module weak links
Q
(
struct
)
Q
(
binascii
)
Q
(
re
)
Q
(
json
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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