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
2019-10-29
travis: Add job to build and test unix minimal port.
Damien George
2019-10-29
tests/basics: Split sys.exit test to separate file so it can be skipped.
Damien George
2019-10-29
tests: Add feature check for uio module and skip corresponding tests.
Damien George
2019-10-29
tests/basics: Automatically skip tests that use str/bytes modulo-format.
Damien George
2019-10-29
tests/run-tests: Add misc list of tests that use slice, to skip them.
Damien George
2019-10-29
tests/basics: Split out specific slice tests to separate files.
Damien George
2019-10-29
tests: Add feature check for slice and skip corresponding tests.
Damien George
2019-10-29
tests/basics: Use bytes not bytearray when checking user buffer proto.
Damien George
2019-10-29
tests/basics: Split out specific bytearray tests to separate files.
Damien George
2019-10-29
tests: Add feature check for bytearray and skip corresponding tests.
Damien George
2019-10-29
tests/basics/builtin_dir.py: Look for "version" in dir(sys).
Damien George
2019-10-29
tests/basics: Use str.format instead of % for formatting messages.
Damien George
2019-10-29
unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.
Damien George
2019-10-29
docs/library: Add documentation for extended block device protocol.
Damien George
2019-10-29
extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant.
Damien George
2019-10-29
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
tests/extmod: Add test for blockdev with standard and extended protocol.
Damien George
2019-10-29
tests/extmod: Add littlefs tests.
Damien George
2019-10-29
unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.
Damien George
2019-10-29
extmod: Add VFS littlefs bindings.
Damien George
2019-10-29
extmod/vfs_blockdev: Add extended read/write methods.
Damien George
2019-10-29
lib/littlefs: Add README describing origin and how to gen lfs1/lfs2.
Damien George
2019-10-29
lib/littlefs: Add littlefs v2.1.3 source.
Damien George
2019-10-29
lib/littlefs: Add littlefs v1.7.2 source.
Damien George
2019-10-29
extmod/vfs_blockdev: Factor out block device interface code.
Damien George
2019-10-29
extmod: Factor out block-device struct to make independent of fatfs.
Damien George
2019-10-28
stm32/Makefile: Only enable hardware sqrt on parts that support it.
Jim Mussared
2019-10-23
docs: Move ubluetooth under "MicroPython-specific libraries".
Mike Wadsten
2019-10-23
esp32/machine_hw_spi: Fix exception msg when host is already in use.
Mike Teachman
2019-10-22
powerpc: Add initial port to bare metal PowerPC arch.
Michael Neuling
2019-10-22
stm32/sdram: Fix to use new mpu_config_start/mpu_config_end signature.
Andrew Leech
2019-10-22
docs/library/bluetooth: Rename to "ubluetooth".
Jim Mussared
2019-10-22
extmod/modbluetooth: Rename module to "ubluetooth".
Jim Mussared
2019-10-22
tests: Rename "array" module to "uarray".
Damien George
2019-10-22
docs/library: Rename "array" module to "uarray".
Damien George
2019-10-22
py/modarray: Rename "array" module to "uarray".
Damien George
2019-10-22
unix,windows: Enable module weak links.
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-10-22
examples/bluetooth/ble_uart_peripheral.py: Add usage demo.
Jim Mussared
2019-10-22
extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes.
Jim Mussared
2019-10-22
extmod/modbluetooth: Persist reference to NimBLE service instances.
Jim Mussared
2019-10-22
py/objstr: Size-optimise failure path for mp_obj_str_get_buffer.
Jim Mussared
2019-10-22
examples/bluetooth: Use UUIDs directly to add services to adv payload.
Jim Mussared
2019-10-22
extmod/modbluetooth: Make UUID support the buffer protocol.
Jim Mussared
2019-10-22
esp8266/boards: Add manifest_release.py with files for a release.
Damien George
2019-10-21
esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz.
Jim Mussared
2019-10-21
tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.
clach04
2019-10-21
unix: Allow building without a manifest.
Jim Mussared
2019-10-21
esp8266: Allow building without a manifest.
Jim Mussared
2019-10-21
py/mkrules.mk: Add warning/error for invalid frozen config.
Jim Mussared
[prev]
[next]