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