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
/
extmod
Age
Commit message (
Expand
)
Author
2017-04-11
extmod/machine_signal: Support all Pin's arguments to the constructor.
Paul Sokolovsky
2017-04-04
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
Peter Hinch
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-29
modutimeq: Add peektime() function (provisional).
Jan Pochyla
2017-03-29
extmod: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
extmod/moduselect: Update to use size_t for array accessor.
Damien George
2017-03-29
extmod/vfs_fat: Fix calculation of total blocks in statvfs.
Damien George
2017-03-26
extmod/modlwip: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-22
extmod/utime_mphal: Don't exit/enter the GIL in generic sleep functions.
Damien George
2017-03-20
extmod/modframebuf: Add support for monochrome horizontal format.
Peter Hinch
2017-03-14
py: Allow lexer to raise exceptions during construction.
Damien George
2017-03-13
extmod/vfs: Rewrite path lookup algo to support relative paths from root.
Damien George
2017-03-13
extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.
Damien George
2017-03-10
extmod/vfs_fat: Remove obsolete and unused str/len members.
Damien George
2017-03-07
extmod/modutimeq: Make scheduling fair (round-robin).
Paul Sokolovsky
2017-02-24
extmod/modurandom: Use mp_raise_ValueError().
Paul Sokolovsky
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-15
extmod/modlwip: Add my copyright.
Paul Sokolovsky
2017-02-13
extmod/vfs: Allow to stat the root directory.
Damien George
2017-02-09
extmod/vfs: Raise OSError(EEXIST) on attempt to mkdir a mount point.
Damien George
2017-02-09
extmod/vfs: Allow to mount a block device, not just a VFS object.
Damien George
2017-02-08
extmod/machine_signal: Implement Signal .on() and .off() methods.
Paul Sokolovsky
2017-02-06
extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.
Damien George
2017-02-05
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Paul Sokolovsky
2017-01-30
extmod/vfs_fat.c: Use explicit include path for timeutils.h.
Andrew Gatt
2017-01-30
extmod/vfs_reader: Fix use of NLR by popping context.
Damien George
2017-01-30
extmod/vfs_fat: Remove unused function fat_vfs_listdir.
Damien George
2017-01-30
extmod/vfs_fat: Remove unused fatfs_builtin_open function.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Damien George
2017-01-30
extmod/vfs: Expose lookup_path_raw as mp_vfs_lookup_path.
Damien George
2017-01-30
extmod/vfs_fat: Update to use FF_DIR instead of DIR.
Damien George
2017-01-29
extmod/machine_signal: Implement "signal" abstraction for machine module.
Paul Sokolovsky
2017-01-27
extmod/vfs_fat: Use SECSIZE macro to determine FatFs sector size.
Damien George
2017-01-27
extmod/vfs: Expose mp_vfs_mount_t type.
Damien George
2017-01-27
extmod/modlwip: Add socket.readinto() method.
Damien George
2017-01-27
extmod/vfs: Add ability for VFS sub-system to import using VfsFat.
Damien George
2017-01-27
extmod/vfs_fat: Rework to support new generic VFS sub-system.
Damien George
2017-01-27
extmod: Add generic VFS sub-system.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-27
extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.
Damien George
2017-01-25
extmod/modframebuf: Add GS4_HMSB format.
Oleg Korsak
2017-01-23
extmod/modframebuf: Clip pixels drawn by line method.
Damien George
2017-01-08
extmod/modframebuf: optimize fill_rect subroutine call
Oleg Korsak
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-24
extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.
Paul Sokolovsky
2016-12-23
extmod/modutimeq: Fix printf in dump().
Paul Sokolovsky
[next]