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-12-10
stm32/usb: Allocate 128 bytes to CDC data out EPs on non-multi-OTG MCUs.
Damien George
2020-12-09
stm32/mboot: Enable LFS2_READONLY for mboot builds with littlefs.
Damien George
2020-12-08
stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral.
Reinhard Feger
2020-12-08
stm32/eth: Add support for H7 processors.
Reinhard Feger
2020-12-08
stm32/boards/stm32h743.ld: Enable D2 RAM and add eth-buffer section.
Reinhard Feger
2020-12-07
nrf: Change selected boards to utilize pre-flashed bootloader.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0.
Glenn Ruben Bakke
2020-12-07
nrf/Makefile: Add support for flashing with nrfutil.
Glenn Ruben Bakke
2020-12-07
nrf/Makefile: Add bootloader specific section.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Update memory.ld to include bootloader offsets.
Glenn Ruben Bakke
2020-12-07
py/mpprint: Fix length calculation for strings with precision-modifier.
Joris Peeraer
2020-12-07
zephyr: Guard I2C code with appropriate ifdef config.
Jonathan Bruchim
2020-12-07
zephyr: Replace broken shell_net_iface() with more general shell_exec().
Maureen Helm
2020-12-07
stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds.
Damien George
2020-12-07
stm32: Add support for a board to reserve certain peripherals.
Damien George
2020-12-07
stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.
Damien George
2020-12-07
stm32/powerctrl: Ensure SysTick is disabled on STOP mode entry for H7.
iabdalkader
2020-12-07
stm32/powerctrl: Set H7 RTC wakeup flags.
iabdalkader
2020-12-07
stm32/powerctrl: Disable RTC write protection before changing flags.
iabdalkader
2020-12-07
stm32/powerctrl: On H7, re-enable disabled OSCs/PLLs on exit from STOP.
iabdalkader
2020-12-07
stm32/powerctrl: Fix STOP mode voltage scaling on H7 REV V devices.
iabdalkader
2020-12-07
stm32/powerctrl: Define RCC_SR_SFTRSTF flag for H747.
iabdalkader
2020-12-07
stm32/Makefile: Disable text compression in debug builds.
iabdalkader
2020-12-07
stm32/modmachine: Add device and revision ids to machine.info().
iabdalkader
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
[next]