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-02-05
py/gc: Change include of stdint.h to stddef.h.
Damien George
2021-02-05
rp2/micropy_rules.cmake: Fix makemoduledefs vpath to work with abs path.
Damien George
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2021-02-04
py/gc: Don't include mpconfig.h and misc.h in gc.h.
Xiang Xiao
2021-02-04
rp2/machine_adc: Only initialise the ADC periph if not already enabled.
Damien George
2021-02-02
rp2/modmachine: Implement additional functions incl unique_id and idle.
Damien George
2021-02-02
windows/msvc: Use same default python command as core.
stijn
2021-02-02
tests/run-tests: Change default Python command used on Windows.
stijn
2021-02-02
stm32/mboot: Change debug compiler optimisation from -O0 to -Og.
Andrew Leech
2021-02-02
stm32/usbd_cdc_interface: Don't wait in usbd_cdc_tx_always if suspended.
Damien George
2021-02-02
rp2/rp2_pio: Add JMP PIN support for PIO.
Tim Radvan
2021-02-02
rp2/memmap_mp.ld: Update for latest SDK.
graham sanderson
2021-02-02
rp2/machine_pin: Change N_GPIOS to NUM_BANK0_GPIOS for pico-sdk compat.
Andrew Scheller
2021-02-01
zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.
Damien George
2021-01-30
esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor.
Christopher Tse
2021-01-30
nrf/README: Add use of "make submodules" in alternative build paragraph.
Chris Hemingway
2021-01-30
docs,stm32: Fix minor typos in RTC docs, and->an.
Andrew Scheller
2021-01-30
py/qstr.h: Remove QSTR_FROM_STR_STATIC macro.
stijn
2021-01-30
stm32/rfcore: Fix flow control for IPCC RX IRQ.
Jim Mussared
2021-01-30
rp2: Add new port to Raspberry Pi RP2 microcontroller.
Damien George
2021-01-29
stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option.
Damien George
2021-01-29
stm32/mboot/fwupdate.py: Refactor update_mpy with support for STATUS.
Damien George
2021-01-29
stm32/mboot: Introduce MBOOT_ERRNO_xxx constants and use them.
Damien George
2021-01-29
stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status.
Damien George
2021-01-29
stm32/mboot: Don't auto-detect littlefs block size.
Damien George
2021-01-29
stm32/main: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-23
cc3200: Fix debug build.
Vincent Duvert
2021-01-23
cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login.
Vincent Duvert
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
[next]