Damien George
|
40f3c02682
|
Rename machine_(u)int_t to mp_(u)int_t.
See discussion in issue #50.
|
11 years ago |
Damien George
|
4480cb3711
|
Provide definition of alloca() in mpconfigport.h.
|
11 years ago |
Damien George
|
ee3fd46f13
|
Rename configuration variables controling Python features.
Now of the form MICROPY_PY_*. See issue #35.
|
11 years ago |
Damien George
|
58ebde4664
|
Tidy up some configuration options.
MP_ALLOC_* -> MICROPY_ALLOC_*
MICROPY_PATH_MAX -> MICROPY_ALLOC_PATH_MAX
MICROPY_ENABLE_REPL_HELPERS -> MICROPY_HELPER_REPL
MICROPY_ENABLE_LEXER_UNIX -> MICROPY_HELPER_LEXER_UNIX
MICROPY_EXTRA_* -> MICROPY_PORT_*
See issue #35.
|
11 years ago |
Paul Sokolovsky
|
44a949d58c
|
qemu-arm: Disable "io" module.
|
11 years ago |
Ilya Dmitrichenko
|
2face99cfe
|
qemu-arm: more generic port name.
|
11 years ago |
Ilya Dmitrichenko
|
ee857853d6
|
cortex-m3-qemu: refactor the port.
Switch from CodeSourcery to ARM GCC and clean-up some stale files,
also copy `main.c` and `mpconfigport.h` from bare-arm.
|
11 years ago |
Ilya Dmitrichenko
|
5130b81eec
|
cortex-m3-qemu: a working port
|
11 years ago |
Damien George
|
674f9887ce
|
bare-arm/unix-cpy: Minor changes.
|
11 years ago |
Damien George
|
c557215822
|
Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.
|
11 years ago |