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
85ae17c9
Commit
85ae17c9
authored
Nov 16, 2016
by
Damien George
Browse files
mpy-cross: Get compiling after recent persistent code refactors.
parent
5bdf1650
Changes
2
Hide whitespace changes
Inline
Side-by-side
mpy-cross/main.c
View file @
85ae17c9
...
...
@@ -32,6 +32,7 @@
#include
"py/mpstate.h"
#include
"py/compile.h"
#include
"py/persistentcode.h"
#include
"py/runtime.h"
#include
"py/gc.h"
#include
"py/stackctrl.h"
...
...
mpy-cross/mpconfigport.h
View file @
85ae17c9
...
...
@@ -47,6 +47,7 @@
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
#define MICROPY_READER_POSIX (1)
#define MICROPY_ENABLE_RUNTIME (0)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_STACK_CHECK (1)
...
...
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