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-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-11-22
nrf/README: Describe Pin numbering scheme for nRF52840.
JPFrancoia
2020-11-18
esp32,esp8266: Remove "FAT" from warning message in inisetup.py.
robert
2020-11-18
stm32/rfcore: Depend on NimBLE only when BLE enabled.
Jim Mussared
2020-11-16
stm32/rfcore: Don't send HCI ACL cmds while another is pending.
Jim Mussared
2020-11-16
stm32/flash: Implement WB55 flash locking.
Jim Mussared
2020-11-16
stm32/rfcore: Make RX IRQ schedule the NimBLE handler.
Jim Mussared
2020-11-13
extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
unix: Make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK.
Jim Mussared
2020-11-13
unix: Handle pending events/scheduler in MICROPY_EVENT_POLL_HOOK.
Andrew Leech
2020-11-13
stm32/rtc: Validate the RTC prescaler on boot and change if incorrect.
Damien George
2020-11-13
stm32/Makefile: Allow boards to extend all SRC variables.
Damien George
2020-11-13
extmod/machine_mem: Only allow integers in machine.memX subscript.
Arrowana
2020-11-12
esp32/machine_pin: Reset pin if init sets mode.
Jonathan Hogg
2020-11-12
stm32/Makefile: Make the generation of `firmware.bin` explicit.
Sébastien NEDJAR
2020-11-11
stm32/boardctrl: Define MICROPY_BOARD_EARLY_INIT alongside others.
Damien George
2020-11-11
stm32: Add MICROPY_BOARD calls in various places in stm32_main.
Damien George
2020-11-11
stm32/main: Move update_reset_mode to outside the soft-reset loop.
Damien George
2020-10-29
stm32: Support C++ code and user C modules written in C++.
Damien George
2020-10-29
stm32/boards: Factor out common data/bss/heap/stack linker sections.
Damien George
2020-10-29
unix/Makefile: Move coverage.c and coveragecpp.cpp to coverage variant.
Damien George
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-10-29
esp32,unix: Support building C++ code.
stijn
2020-10-29
py/mkrules.mk: Add target for compiling C++ files.
stijn
2020-10-29
stm32/rng: Use SysTick+RTC+unique-id to seed pRNG for MCUs without RNG.
Damien George
2020-10-29
stm32/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-29
esp8266/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-29
esp32/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-29
stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled.
Damien George
2020-10-22
unix: Enable more warnings.
Emil Renner Berthing
2020-10-22
stm32/usbd_cdc_interface: Check and handle CDC TX wrap-overflow.
Damien George
2020-10-22
stm32: Fix broken build when FAT FS multi-partition is disabled.
iabdalkader
2020-10-21
esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.
Andrew Leech
2020-10-20
unix/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.
Andrew Leech
2020-10-17
ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.
Damien George
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.
Jim Mussared
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name.
Jim Mussared
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock.
Jim Mussared
2020-10-09
stm32/rfcore: Update to support WS=1.9.0.0.4.
Jim Mussared
2020-10-08
stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater.
Jim Mussared
2020-10-08
stm32/rfcore: Add Python API for basic rfcore operations.
Jim Mussared
2020-10-06
stm32/sdcard: Fix H7 build when using SDMMC2.
iabdalkader
2020-10-06
stm32/sdio: Don't change any DMA2 settings on H7 MCUs.
iabdalkader
2020-10-06
esp32: Use path relative to root for netutils/timeutils headers.
Damien George
2020-10-02
stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables.
Damien George
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-10-01
unix,windows: Implement mp_hal_time_ns using gettimeofday.
Damien George
[next]