10766 Commits (7c8fb27f38b06b5067d913e9d57f87005445601b)
 

Author SHA1 Message Date
Damien George 7c8fb27f38 tests/extmod: Add test for blockdev with standard and extended protocol. 5 years ago
Damien George 73fddb84e5 tests/extmod: Add littlefs tests. 5 years ago
Damien George 62d5659cdd unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build. 5 years ago
Damien George a099505420 extmod: Add VFS littlefs bindings. 5 years ago
Damien George 98beea9ced extmod/vfs_blockdev: Add extended read/write methods. 5 years ago
Damien George 22bfc47977 lib/littlefs: Add README describing origin and how to gen lfs1/lfs2. 5 years ago
Damien George 2e66d83ca4 lib/littlefs: Add littlefs v2.1.3 source. 5 years ago
Damien George 669d1d20ab lib/littlefs: Add littlefs v1.7.2 source. 5 years ago
Damien George e1c7b1cb43 extmod/vfs_blockdev: Factor out block device interface code. 5 years ago
Damien George 9aabb6c01b extmod: Factor out block-device struct to make independent of fatfs. 5 years ago
Jim Mussared ece4e21a55 stm32/Makefile: Only enable hardware sqrt on parts that support it. 5 years ago
Mike Wadsten f69ef97f24 docs: Move ubluetooth under "MicroPython-specific libraries". 5 years ago
Mike Teachman f301170c7c esp32/machine_hw_spi: Fix exception msg when host is already in use. 5 years ago
Michael Neuling 079cc940a6 powerpc: Add initial port to bare metal PowerPC arch. 5 years ago
Andrew Leech 19ca025b45 stm32/sdram: Fix to use new mpu_config_start/mpu_config_end signature. 5 years ago
Jim Mussared 19e87742c4 docs/library/bluetooth: Rename to "ubluetooth". 5 years ago
Jim Mussared b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 5 years ago
Damien George 30e25174bb tests: Rename "array" module to "uarray". 5 years ago
Damien George a2eea57b1d docs/library: Rename "array" module to "uarray". 5 years ago
Damien George 21a60935a5 py/modarray: Rename "array" module to "uarray". 5 years ago
Damien George 1582c7eeb0 unix,windows: Enable module weak links. 5 years ago
Damien George d2384efa80 py: Automatically provide weak links from "foo" to "ufoo" module name. 5 years ago
Jim Mussared 9c5262f25e examples/bluetooth/ble_uart_peripheral.py: Add usage demo. 5 years ago
Jim Mussared 2c1f269918 extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes. 5 years ago
Jim Mussared f34e16dbc6 extmod/modbluetooth: Persist reference to NimBLE service instances. 5 years ago
Jim Mussared c7ae8c5a99 py/objstr: Size-optimise failure path for mp_obj_str_get_buffer. 5 years ago
Jim Mussared 3e1af5b36f examples/bluetooth: Use UUIDs directly to add services to adv payload. 5 years ago
Jim Mussared 56fc3edf98 extmod/modbluetooth: Make UUID support the buffer protocol. 5 years ago
Damien George f1d91908fa esp8266/boards: Add manifest_release.py with files for a release. 5 years ago
Jim Mussared 912892b209 esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 5 years ago
clach04 ffd11486d4 tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments. 5 years ago
Jim Mussared 93bd61ca91 unix: Allow building without a manifest. 5 years ago
Jim Mussared df7f632fd7 esp8266: Allow building without a manifest. 5 years ago
Jim Mussared 7662501d5b py/mkrules.mk: Add warning/error for invalid frozen config. 5 years ago
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
Damien George 12413e92a3 stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU. 5 years ago
Josh Lloyd 8f9e2e325a py/objtype: Add type.__bases__ attribute. 5 years ago
Josh Lloyd 59c1b7d4b8 esp32/boards: Split out CPU frequency config, make 160MHz the default. 5 years ago
Jim Mussared 25a228af7e examples/bluetooth: Add basic BLE peripheral examples. 5 years ago
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes. 5 years ago
Jeremy Herbert 7a7ee16ccf esp32/machine_uart: Add ability to invert UART pins. 5 years ago
Damien George 69b238ec63 stm32/accel: Fix Accel.read() method so it does read a byte. 5 years ago
Frederic.Pierson 925f244ab3 stm32/boards: Add NADHAT_PYB405 board. 5 years ago
Frederic.Pierson 28062b5108 stm32/accel: Add support for KXTJ3. 5 years ago
Damien George 3105207aff stm32/accel: Rename MMA I2C macro constants to make it generic. 5 years ago
Damien George 4f2c737b0c stm32/mpu: Save and restore the IRQ state when configuring MPU. 5 years ago
Damien George 5954387858 drivers/onewire/ds18x20.py: Add support for DS1822 sensor. 5 years ago
Volodymyr Shymanskyy 615d6b3c66 docs/wipy/tutorial: Link Blynk examples to the official library. 6 years ago
Mike Causer a2c4cb484d docs: Fix spelling in various parts of the docs. 6 years ago
Mike Causer 5a8f392f09 docs/esp8266: Add ntptime usage to esp8266 quickref. 6 years ago