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
2021-01-23
unix/modtime: Fix time() precision on unix ports with non-double floats.
Oliver Joos
2021-01-23
esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values.
IhorNehrutsa
2021-01-23
zephyr: Add basic UART functionality to machine module.
Yonatan Schachter
2021-01-18
stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu.
Damien George
2021-01-18
stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode.
Damien George
2021-01-18
stm32/mboot: Add support for signed and encrypted firmware updates.
Damien George
2021-01-18
stm32/mboot/gzstream: Fix lost data decompressing final part of file.
Damien George
2020-12-18
teensy: Fix build errors and warnings and enable -Werror.
Damien George
2020-12-18
stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds.
Damien George
2020-12-18
drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.
Damien George
2020-12-18
stm32/main: Do extended readblocks call when auto-detecting littlefs.
Damien George
2020-12-18
stm32/adc: Deselect VBAT after reading to prevent battery drain.
Damien George
2020-12-17
stm32/sdram: Add SDRAM enter/leave self-refresh mode functions.
iabdalkader
2020-12-17
stm32/system_stm32: Enable DBGMCU in low-power modes for debug builds.
iabdalkader
2020-12-17
stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate.
iabdalkader
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
[prev]
[next]