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
2020-07-18
unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive.
Jim Mussared
2020-07-16
nrf: Add board definition for nRF52840-MDK-USB-Dongle.
Matt Trentini
2020-07-16
nrf/boards: Enable RTCounter machine module for nrf9160 boards.
Glenn Ruben Bakke
2020-07-16
nrf/nrfx_config: Disable RTC2 for nRF9160 targets.
Glenn Ruben Bakke
2020-07-10
nrf/boards: Add initial support for Actinius Icarus.
Alex Tsamakos
2020-07-09
stm32/pyb_can: Handle timeout arg for FDCAN in pyb_can_send.
iabdalkader
2020-07-09
stm32/fdcan: Support maximum timeout of HAL_MAX_DELAY in can_receive.
iabdalkader
2020-07-09
stm32/fdcan: Use FDCAN_RXFxS_FxFL instead of hard-coded value.
iabdalkader
2020-07-09
stm32/fdcan: Use the right FIFO to calc element address in can_receive.
iabdalkader
2020-07-08
unix/variants: Enable VFS and all supported filesystems on dev variant.
Damien George
2020-07-08
nrf: Enable nrf tick support on all boards by default.
Martin Fischer
2020-07-08
nrf: Add support for time.ticks_xxx functions using RTC1.
Martin Fischer
2020-07-01
nrf/Makefile: Disable ROM text compression when compiling for debug.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Swap end character on cooked strings.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Fix random advertisement name.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Add mp_hal_stdio_poll function.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth: Handle data length update request.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Fix implicit declaration of function.
Glenn Ruben Bakke
2020-07-01
unix: Enable uasyncio on dev variant.
Jim Mussared
2020-07-01
unix: Make manifest selection match other ports.
Jim Mussared
2020-07-01
stm32/mboot: Disable polling mode by default and use IRQ mode instead.
Andrew Leech
2020-07-01
stm32/mboot: Remove the use of timeout in DFU_GETSTATUS.
Andrew Leech
2020-06-30
zephyr/make-minimal: Disable FAT and LFS2 options to make it build.
Damien George
2020-06-30
zephyr: Implement machine.Pin.irq() for setting callbacks on pin change.
Damien George
2020-06-30
stm32/mboot: Add DFU logic to respond to DFU_GETSTATE request.
Damien George
2020-06-30
stm32/flash: Update flash_get_sector_info to return -1 on invalid addr.
Andrew Leech
2020-06-30
stm32/mboot: Implement DFU mass erase.
Andrew Leech
2020-06-29
stm32/timer: Properly initialise timer deadtime/brk on WB MCUs.
Damien George
2020-06-29
stm32/usbd_cdc_interface: Remove full==size-1 limitation on tx ringbuf.
Andrew Leech
2020-06-26
stm32/i2cslave: Pass I2C instance to callbacks to support multi I2Cs.
Damien George
2020-06-26
stm32/mboot: Update README to describe WB and littlefs support.
Damien George
2020-06-26
stm32/mboot: Add support for littlefs.
Damien George
2020-06-26
stm32/mboot: Decouple stream, filesystem and top-level loading code.
Damien George
2020-06-26
stm32/mboot: Don't search for firmware on FS, just attempt to open it.
Damien George
2020-06-25
stm32/boards: Enable LFS2 on PYBD_SF3 and PYBD_SF6.
Damien George
2020-06-25
stm32/timer: Support TIM1 on WB MCUs.
Damien George
2020-06-25
stm32/mpconfigport.h: Enable PY_IO_FILEIO when any VFS is enabled.
Damien George
2020-06-23
stm32/mboot: Use additional CFLAGS to compile string0.c.
Damien George
2020-06-23
stm32/mboot: Set VTOR on start up to ensure it has the correct value.
Damien George
2020-06-22
stm32/boards: Add build-time option for NUCLEO_WB55 to use mboot.
Damien George
2020-06-22
stm32/mboot: Add support for using mboot with WB MCUs.
Damien George
2020-06-22
stm32/mboot: Use CMSIS system source code for SystemInit function.
Damien George
2020-06-22
stm32/mboot: Use flash routines from main stm32 code rather than custom.
Damien George
2020-06-22
stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7.
Damien George
2020-06-22
stm32/i2cslave: Add support for WB MCUs.
Damien George
2020-06-22
stm32/flash: Make flash C-API reusable, and funcs return an error code.
Damien George
2020-06-22
stm32/powerctrlboot: Include irq.h to get definitions of IRQ priorities.
Damien George
2020-06-22
stm32/irq: Clean up irq.h so it does not depend on core uPy defines.
Damien George
2020-06-22
qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.
Damien George
2020-06-19
esp32/esp32_rmt: Call rmt_driver_install before rmt_config.
Jonathan Hogg
[next]