aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-11-25stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup.Jim Mussared
2019-11-21esp32/machine_rtc: Reduce memory footprint of user mem functionality.Josh Lloyd
2019-11-21esp32/machine_rtc: Make RTC.memory size and availability configurable.Josh Lloyd
2019-11-21unix/modtermios: Fix output speed setter in tcsetattr.Laurens Valk
2019-11-15qemu-arm: Add ldscript dependency in the final firmware.elf target.Yonatan Goldschmidt
2019-11-13esp32/rtc: Set system microseconds when setting time via RTC.datetime().Josh Lloyd
2019-11-11stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1.Mike Causer
2019-11-11esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.Jim Mussared
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-11-07esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2.Damien George
2019-11-07esp8266/modules/flashbdev.py: Support extended block protocol.Damien George
2019-11-06esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.Damien George
2019-11-06esp32/esp32_partition: Support extended block protocol.Damien George
2019-11-05esp32: Remove unused "esponewire.c" in favour of extmod/modonewire.Andreas Motl
2019-11-05stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-11-04esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code.Damien George
2019-11-01stm32/boards: Enable support for bluetooth on WB55 boards.Damien George
2019-11-01stm32: Add support for RF coprocessor on WB55 MCUs.Damien George
2019-11-01extmod/nimble: Factor out stm32-specific HCI UART RX/TX code.Damien George
2019-10-31stm32: Add machine.Timer with soft timer implementation.Damien George
2019-10-31stm32: Add soft timer implementation, using SysTick at 1ms resolution.Damien George
2019-10-31stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t.Damien George
2019-10-30extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.Damien George
2019-10-29zephyr/main: Use mp_stack API instead of local pointer for stack top.Kamil Klimek
2019-10-29unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.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-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-22extmod/modbluetooth: Rename module to "ubluetooth".Jim Mussared
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-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-21unix: Allow building without a manifest.Jim Mussared
2019-10-21esp8266: Allow building without a manifest.Jim Mussared
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-21stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU.Damien George
2019-10-18esp32/boards: Split out CPU frequency config, make 160MHz the default.Josh Lloyd
2019-10-18esp32/machine_uart: Add ability to invert UART pins.Jeremy Herbert
2019-10-18stm32/accel: Fix Accel.read() method so it does read a byte.Damien George
2019-10-18stm32/boards: Add NADHAT_PYB405 board.Frederic.Pierson
2019-10-18stm32/accel: Add support for KXTJ3.Frederic.Pierson
2019-10-18stm32/accel: Rename MMA I2C macro constants to make it generic.Damien George
2019-10-16stm32/mpu: Save and restore the IRQ state when configuring MPU.Damien George
2019-10-15stm32/adc: Fix sampling for internal channels on H7 MCUs.iabdalkader