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
/
extmod
Age
Commit message (
Expand
)
Author
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-14
Merge tag 'v1.8.6'
Scott Shawcroft
2016-11-03
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
Paul Sokolovsky
2016-11-02
extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.
Paul Sokolovsky
2016-10-26
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-24
extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
Damien George
2016-10-21
extmod: Fix getting sector size when the max and min sizes are the
Scott Shawcroft
2016-10-21
Add support for USB writeable, MicroPython read-only volumes.
Scott Shawcroft
2016-10-21
atmel-samd: Rework mass storage interaction with underlying block
Scott Shawcroft
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-20
Merge remote-tracking branch 'micropython/master'
Tony DiCola
2016-10-19
extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.
Alex March
2016-10-15
extmod/modussl_mbedtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-10-13
extmod/modujson: Fix nanbox build.
Damien George
2016-10-13
extmod/modujson: Implement ujson.load() to load JSON from a stream.
Damien George
2016-10-11
extmod/vfs_fat: Add file and directory checks for remove and rmdir.
Alex March
2016-10-11
extmod/machine_i2c: Use writes not reads in i2c.scan().
Radomir Dopieralski
2016-10-11
extmod/uzlib: Update to upstream v2.1.
Paul Sokolovsky
2016-10-10
Merge remote-tracking branch 'micropython/master'
Scott Shawcroft
2016-10-07
extmod/vfs_fat_file: Use MP_Exxx errno constants.
Damien George
2016-10-07
extmod: Use mp_raise_OSError helper function.
Damien George
2016-10-07
extmod/modlwip: Use mp_raise_OSError helper function.
Damien George
2016-10-07
extmod/vfs_fat: Use mp_raise_OSError helper function.
Damien George
2016-10-04
extmod/machine_spi: Add optional support for fast software SPI.
Damien George
2016-10-04
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Damien George
2016-10-03
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
Damien George
2016-10-03
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Damien George
2016-09-28
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Radomir Dopieralski
2016-09-27
extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.
Alex March
2016-09-26
Merge remote-tracking branch 'micropython/master'
Scott Shawcroft
2016-09-24
extmod/uzlib/: Update uzlib to v2.0.3.
Paul Sokolovsky
2016-09-24
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
Paul Sokolovsky
2016-09-24
extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.
Paul Sokolovsky
2016-09-23
extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().
Paul Sokolovsky
2016-09-22
extmod/machine_i2c: Add clock stretching support.
Radomir Dopieralski
2016-09-22
extmod/modussl_mbedtls: Use 2-component include paths.
Paul Sokolovsky
2016-09-22
extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().
Paul Sokolovsky
2016-09-21
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
Pavol Rusnak
2016-09-21
extmod/uctypes: Allow full 32-bit address range.
Stefan Agner
2016-09-21
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
Paul Sokolovsky
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-20
extmod: Fix typo.
Scott Shawcroft
2016-09-05
extmod/framebuf: Add the xstep!=0 case to scroll() method.
Radomir Dopieralski
[next]