index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-31
stmhal/main: Guard init_sdcard_fs with MICROPY_HW_HAS_SDCARD.
Damien George
2017-01-31
stmhal/modmachine: Add machine.Signal type.
Damien George
2017-01-31
stmhal/pin: Add C-level pin ioctl method.
Damien George
2017-01-31
lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option.
Damien George
2017-01-31
stmhal/main: Put /sd directory before /flash in sys.path.
Damien George
2017-01-31
stmhal: On boot, mount all available partitions of the SD card.
Damien George
2017-01-31
stmhal/README: Add paragraph about building mpy-cross.
Damien George
2017-01-31
tests/basics/zip: Make skippable.
Paul Sokolovsky
2017-01-31
tests/run-tests: Skip frozenset tests if set literal syntax is not available.
Paul Sokolovsky
2017-01-30
zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU.
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
docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.
Damien George
2017-01-30
stmhal: Fix stack pointer initialisation for F411 and F429 boards.
Damien George
2017-01-30
stmhal: Set the FatFs partition number when initialising VFS object.
Damien George
2017-01-30
stmhal: Use LED constants from PYBv4 onwards.
Damien George
2017-01-30
unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.
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
lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
Damien George
2017-01-30
esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
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
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
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-30
lib/oofatfs: Update oofatfs library.
Damien George
2017-01-29
examples/hwapi: Consistently use Signal class to define LEDs.
Paul Sokolovsky
2017-01-29
examples/hwapi: Use Signal for inverted LED on ESP-12.
Paul Sokolovsky
2017-01-29
esp8266/modmachine: Add Signal class.
Paul Sokolovsky
2017-01-29
extmod/machine_signal: Implement "signal" abstraction for machine module.
Paul Sokolovsky
2017-01-29
esp8266/machine_pin: Implement pin ioctl protocol.
Paul Sokolovsky
2017-01-29
docs/uio: Typo fixes/lexical improvements.
Paul Sokolovsky
2017-01-29
docs/conf.py: Add myself as a copyright holder on the docs.
Paul Sokolovsky
2017-01-29
stmhal/moduos: Remove duplicated chdir.
Damien George
2017-01-29
stmhal: Fix name of automatically created boot.py.
Damien George
2017-01-29
cc3200/modusocket: Remove deprecated socket.error.
Paul Sokolovsky
2017-01-28
docs/uio: Describe differences between uPy an CPy stream hierarchy.
Paul Sokolovsky
2017-01-28
docs/usocket: Dedent Methods section.
Paul Sokolovsky
2017-01-28
docs/usocket: Clarify description of various methods.
Paul Sokolovsky
2017-01-28
docs/usocket: Elaborate "Constants" section.
Paul Sokolovsky
2017-01-28
docs/usocket: Clarify exceptions used.
Paul Sokolovsky
2017-01-28
docs/machine: Add explicit note on machine module level and scope.
Paul Sokolovsky
2017-01-28
docs/machine.Timer: Move WiPy adhoc parts to its documentation.
Paul Sokolovsky
2017-01-27
zephyr/prj_frdm_k64f.conf: Add, enable Ethernet support.
Paul Sokolovsky
2017-01-27
zephyr: Allow to have per-board Zephyr config fragments.
Paul Sokolovsky
[prev]
[next]