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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pic16bit
Age
Commit message (
Expand
)
Author
2016-06-28
py: Add MP_STATE_THREAD to hold state specific to a given thread.
Damien George
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
Damien George
2016-01-16
pic16bit: Minor updates to types to allow port to compile again.
Damien George
2015-11-26
pic16bit: Use global MICROPY_NO_ALLOCA setting.
Paul Sokolovsky
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-09-15
pic16bit: Add basic unistd.h file since it's not provided by tool chain.
Damien George
2015-05-20
pic16bit: Add readinto and readlines to qstrs.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-03
pic16bit: Initial version of port to 16-bit PIC family.
Damien George