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