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-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
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-06-18
stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3.
Damien George
2020-06-17
nrf/bluetooth: Use MP_ERROR_TEXT for all error messages.
Glenn Ruben Bakke
2020-06-17
stm32/rfcore: Leave txpower level as default when initialising rfcore.
Damien George
2020-06-17
stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs.
Damien George
2020-06-17
stm32/factoryreset: Provide empty create-FS function when FAT disabled.
Damien George
2020-06-17
esp32/esp32_rmt: Extend RMT to support carrier feature.
Jon Rob
2020-06-16
ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.
Damien George
2020-06-12
stm32/boards/STM32F769DISC: Use macro instead of const for flash size.
Damien George
2020-06-12
zephyr: Use cmake find_package to locate zephyr.
Maureen Helm
2020-06-12
zephyr: Increase minimum required cmake version to 3.13.1.
Maureen Helm
2020-06-12
zephyr: Convert DT_FLASH_AREA usages to new dts macros.
Maureen Helm
2020-06-12
zephyr: Update to new zephyr timeout API.
Maureen Helm
2020-06-12
zephyr: Update for refactored zephyr device structures.
Maureen Helm
2020-06-12
zephyr: Fix floating point configuration.
Maureen Helm
2020-06-12
zephyr: Fix and rename stacks_analyze function in zephyr module.
Maureen Helm
2020-06-10
mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld.
Albort Xue
2020-06-10
unix/btstack_usb: Allow choosing adaptor via environment variable.
Jim Mussared
2020-06-10
extmod/modbluetooth: Register default GATT service and fix esp32 init.
jp-96
2020-06-09
mimxrt/boards: Integrate support for MIMXRT1020_EVK board.
Philipp Ebensberger
2020-06-09
mimxrt/boards: Enable LED class for MIMXRT1060_EVK board.
Albort Xue
2020-06-09
esp32: Update IDF v4.0 supported hash to v4.0.1.
Jim Mussared
2020-06-08
mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow.
Philipp Ebensberger
2020-06-05
esp32/mpthreadport: Fix calculation of thread stack size.
Damien George
2020-06-05
qemu-arm: Support building in debug mode with DEBUG=1.
Damien George
2020-06-05
mimxrt: Add initial impl of machine.LED class, and basic pin support.
Philipp Ebensberger
2020-06-02
minimal: Make build more flexible and work as 64-bit build.
Damien George
2020-06-02
stm32/Makefile: Quote libgcc path so spaces are not an issue.
stinos
2020-06-02
qemu-arm/README: Update link to toolchain.
David Spickett
2020-06-02
stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards.
Damien George
2020-06-02
stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.
Damien George
2020-06-02
stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB.
Damien George
2020-06-02
stm32/adc: Add support to pyb.ADC for STM32WB MCUs.
Damien George
2020-06-02
stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB.
Damien George
2020-06-01
stm32/machine_uart: Allow re-init'ing a static UART object.
Damien George
2020-06-01
stm32/machine_uart: Retain attached-to-repl setting when init'ing UART.
Damien George
2020-05-29
powerpc/uart: Choose which UART to use at build time, not runtime.
Joel Stanley
2020-05-29
esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason.
Thorsten von Eicken
2020-05-28
esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.
cccc
2020-05-28
windows: Make appveyor.yml self-contained.
stijn
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
[prev]
[next]