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
/
ports
/
esp8266
/
main.c
Age
Commit message (
Expand
)
Author
2019-10-13
remove ports/esp8266
Dan Halbert
2018-11-15
merge 3.x swap of /lib and .frozen; update frozen libs
Dan Halbert
2018-11-01
put .frozen before /lib in sys.path; update frozen libraries
Dan Halbert
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
2018-05-21
esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.
Damien George
2018-05-02
esp8266: Disable DEBUG_PRINTERS for 512k build.
Damien George
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
esp8266: Fix includes
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George