index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpy-cross
/
main.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-01-25
Define serial_write, it was undefined in the Windows mpy-cross build
Jeff Epler
2020-01-25
mpy-cross: Make it easier to build mpy-cross static targets
Jeff Epler
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-03-14
mpy-cross/main: Move lexer constructor to within NLR handler block.
Damien George
2016-11-16
mpy-cross: Get compiling after recent persistent code refactors.
Damien George
2016-07-22
mpy-cross: Use binary file translation mode for creating mpy files on windows
stijn
2016-05-23
mpy-cross: Add -s option to specify the embedded source filename.
Damien George
2016-03-02
mpy-cross: Give a more sensible error message when file doesn't exist.
Damien George
2016-02-25
mpy-cross: Add new component, a cross compiler for MicroPython bytecode.
Damien George