1494 Commits (f62cc41fac007f38b661e09d638385241084a540)

Author SHA1 Message Date
Damien George 797c2e8fc2 stm32/storage: Make start/len args of pyb.Flash keyword only. 5 years ago
Damien George d8057c325a stm32/storage: Change storage_read/write_blocks to return int type. 5 years ago
Damien George 120368ba1a stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards. 5 years ago
Damien George 715e4fc25f stm32/moduos: Add VfsLfs1 and VfsLfs2 to uos module, if enabled. 5 years ago
Damien George 7897f5d9be stm32/main: Auto detect block device used for main filesystem. 5 years ago
Damien George c169094f61 stm32/storage: Make pyb.Flash configurable, and support ext block proto. 5 years ago
Damien George 7723dac337 stm32: Generalise flash mounting code so it supports arbitrary FS. 5 years ago
Jim Mussared fbb7646e3b stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup. 5 years ago
Josh Lloyd 1530fda9cf esp32/machine_rtc: Reduce memory footprint of user mem functionality. 5 years ago
Josh Lloyd ed2314f35a esp32/machine_rtc: Make RTC.memory size and availability configurable. 5 years ago
Laurens Valk 2679c9e116 unix/modtermios: Fix output speed setter in tcsetattr. 5 years ago
Yonatan Goldschmidt 973f68780d qemu-arm: Add ldscript dependency in the final firmware.elf target. 5 years ago
Josh Lloyd 82d358510b esp32/rtc: Set system microseconds when setting time via RTC.datetime(). 5 years ago
Mike Causer 258b147830 stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1. 5 years ago
Jim Mussared 71299d3224 esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George cea9209e0f esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2. 5 years ago
Damien George 6eee5413ff esp8266/modules/flashbdev.py: Support extended block protocol. 5 years ago
Damien George 4be316fb07 esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems. 5 years ago
Damien George d01ca7888b esp32/esp32_partition: Support extended block protocol. 5 years ago
Andreas Motl d209f9ebe7 esp32: Remove unused "esponewire.c" in favour of extmod/modonewire. 5 years ago
Damien George cddb2dd0c3 stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg. 5 years ago
Damien George c13f9f209d all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
Damien George 742030945c esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code. 5 years ago
Damien George 32eae53fbc stm32/boards: Enable support for bluetooth on WB55 boards. 5 years ago
Damien George 6a64b280d0 stm32: Add support for RF coprocessor on WB55 MCUs. 5 years ago
Damien George 40ea1915fc extmod/nimble: Factor out stm32-specific HCI UART RX/TX code. 5 years ago
Damien George 48b25a841b stm32: Add machine.Timer with soft timer implementation. 5 years ago
Damien George a5d97f1db9 stm32: Add soft timer implementation, using SysTick at 1ms resolution. 5 years ago
Damien George 9ec73aedb4 stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t. 5 years ago
Damien George 660a61a388 extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately. 5 years ago
Kamil Klimek 53f3cbc2c4 zephyr/main: Use mp_stack API instead of local pointer for stack top. 5 years ago
Damien George 4847460232 unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused. 5 years ago
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Damien George 62d5659cdd unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build. 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 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 b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 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
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
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 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 59c1b7d4b8 esp32/boards: Split out CPU frequency config, make 160MHz the default. 5 years ago