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
/
esp8266
/
Makefile
Age
Commit message (
Expand
)
Author
2017-12-05
Introduce reset mechanics to microcontroller.
Scott Shawcroft
2017-10-03
Do not allow a *io object to be used after deinit().
Dan Halbert
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-08-11
minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.
Damien George
2017-08-07
esp8266: Introduce `multiterminal` module for managing a secondary
Scott Shawcroft
2017-06-28
shared-bindings: Introduce storage.remount() so you can set root as
Scott Shawcroft
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft
2017-06-22
extmod: Move modonewire.c from esp8266 to extmod directory.
Damien George
2017-06-22
esp8266/modonewire: Move low-level 1-wire bus code to modonewire.c.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-20
esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list.
Damien George
2017-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
2017-06-15
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Damien George
2017-06-15
esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden.
Damien George
2017-06-14
esp8266/Makefile: Bump axTLS TLS record buffer size to 5K.
Paul Sokolovsky
2017-06-10
esp8266/Makefile: Add clean-modules target.
Paul Sokolovsky
2017-06-08
esp8266/Makefile: replace references to make with $(MAKE)
Tamas TEVESZ
2017-06-01
ports: Convert from using stmhal's input() to core provided version.
Damien George
2017-05-25
Change the approach for input so that its not included in every single build....
Scott Shawcroft
2017-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
2017-04-20
Switch to a shared piece of code to compute start and length of a
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-28
esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...
Scott Shawcroft
2017-03-25
Add low-level OneWire support class.
Scott Shawcroft
2017-03-24
Add PulseIn support which can be used to measure a series of pulse widths.
0.9.2
Scott Shawcroft
2017-03-24
py/modbuiltins: For round() builtin use nearbyint instead of round.
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2017-03-10
Add PulseOut which can pulse a PWMOut for IR remote transmission.
Scott Shawcroft
2017-02-24
Make the build quieter by default.
Scott Shawcroft
2017-02-19
Switch enum-like attributes to all caps and add print support for them. Make ...
Scott Shawcroft
2017-01-27
esp8266: Switch to use OO version of FatFs library.
Damien George
2017-01-22
esp8266: Convert to use builtin help function.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-04
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
Paul Sokolovsky
2017-01-02
esp8266/Makefile: Produce OTA firmware as firmware-ota.bin.
Paul Sokolovsky
2016-12-20
esp8266: Force relinking OTA firmware image if built after normal one.
Paul Sokolovsky
2016-12-19
esp8266: Add limited (untested) UART support.
Scott Shawcroft
2016-12-15
esp8266: Add "erase" target to Makefile, to erase entire flash.
Mike Causer
2016-12-14
esp8266: Add "ota" target to produce firmware binary for use with yaota8266.
Paul Sokolovsky
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
2016-12-08
esp8266: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
2016-11-28
esp8266: Make work with python 3 as default python impl.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-06
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
[next]