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
Age
Commit message (
Expand
)
Author
2016-11-10
docs: Bump version to 1.8.6.
v1.8.6
Damien George
2016-11-10
examples/hwapi: Add hwconfig for DragonBoard 410c.
Paul Sokolovsky
2016-11-09
esp8266: Update 512k linker script, renaming modpyb to machine.
Damien George
2016-11-09
docs/library/machine.Pin: Update Pin docs to align with new HW API.
Damien George
2016-11-09
esp8266/modnetwork.c: Expose configuration for station DHCP hostname.
Chris Popp
2016-11-09
zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).
Paul Sokolovsky
2016-11-08
unix: Add symlinks for upip to make it frozen into binary.
Damien George
2016-11-08
py: Strip leading dirs from frozen mpy files, so any path can be used.
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-08
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
Paul Sokolovsky
2016-11-08
docs/*/quickref.rst: Use new semantics of ticks_diff()
puuu
2016-11-08
esp8266: Include upip as a standard frozen bytecode module.
Paul Sokolovsky
2016-11-07
tools, unix: Replace upip tarball with just source files.
Paul Sokolovsky
2016-11-07
esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz.
Olivier Ortigues
2016-11-07
stmhal: enable SD power save (disable CLK on idle)
Ryan Shaw
2016-11-06
examples/hwapi: Example showing best practices for HW API usage in apps.
Paul Sokolovsky
2016-11-06
docs/esp8266: Update for new WebREPL setup procedure.
Paul Sokolovsky
2016-11-06
esp8266: Rework webrepl_setup to run over wired REPL.
Paul Sokolovsky
2016-11-06
tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
Paul Sokolovsky
2016-11-06
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add -fomit-frame-pointer.
Paul Sokolovsky
2016-11-05
zephyr/Makefile: Add minimal port.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to override Zephyr config from make command line.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Update comments to the current state of affairs.
Paul Sokolovsky
2016-11-04
zephyr/Makefile: Allow to adjust heap size from make command line.
Paul Sokolovsky
2016-11-04
zephyr/mpconfigport.h: Move less important params to the bottom.
Paul Sokolovsky
2016-11-03
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
Paul Sokolovsky
2016-11-03
windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter
stijn
2016-11-03
windows: Fix utime_mphal compilation for msvc
stijn
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-11-03
py: Add MICROPY_FLOAT_CONST macro for defining float constants.
Damien George
2016-11-03
qemu-arm: Enable software floating point support, and float tests.
Damien George
2016-11-03
lib/libm: Move Thumb-specific sqrtf function to separate file.
Damien George
2016-11-03
py: Change config default so m_malloc0 uses memset if GC not enabled.
Colin Hogben
2016-11-03
tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.
Alex March
2016-11-02
py: Fix wrong assumption that m_renew will not move if shrinking
Colin Hogben
2016-11-02
esp8266/modules: Fix negative temperature in ds18x20 driver.
ernitron
2016-11-02
extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.
Paul Sokolovsky
2016-11-02
esp8266/etshal.h: Adjust size of MD5_CTX structure.
Paul Sokolovsky
2016-11-02
esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector.
Paul Sokolovsky
2016-11-02
unix: fix symbol references for x86 Mac
Jan Pochyla
2016-11-02
esp8266/main: Bump heap size to 36K.
Paul Sokolovsky
2016-11-01
esp8266/modnetwork.c: Allows AP reconnection without WiFi credentials
puuu
2016-11-01
esp8266/scripts/port_diag: Add descriptions for esf_buf types.
Paul Sokolovsky
2016-11-01
docs/utime: Add docs for ticks_add(), improvements for other ticks_*().
Paul Sokolovsky
2016-11-01
docs/utime: Remove only:: for ticks_diff().
Paul Sokolovsky
2016-10-31
py: remove asserts that are always true in emitbc.c
Pavol Rusnak
2016-10-31
py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c
Pavol Rusnak
2016-10-31
esp8266/modnetwork: config(): Fix copy-paste error in setting "mac".
Paul Sokolovsky
2016-10-31
docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).
Paul Sokolovsky
[next]