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
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-28
unix/main: Only accept full emit cmd-line options if native enabled.
Damien George
2019-08-28
stm32/boards/PYBD_SF2: Exclude certain things when building mboot.
Damien George
2019-08-28
stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot.
Damien George
2019-08-28
stm32/mphalport: Put PYBD specific MAC code in board specific file.
Damien George
2019-08-21
esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13.
Damien George
2019-08-20
samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.
roland van straten
2019-08-20
esp32: Add esp32.Partition class to expose partition and OTA funcs.
Damien George
2019-08-20
qemu-arm: Add testing of frozen native modules.
Jim Mussared
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-16
stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7.
Damien George
2019-08-16
samd/boards: Add Mini SAM M4 board configuration.
Jim Mussared
2019-08-16
samd/boards: Add Adafruit Feather M0 Express board configuration.
Jim Mussared
2019-08-16
samd: Make common linker scripts, rename board.mk to mpconfigboard.mk.
Jim Mussared
2019-08-16
esp32: Add per-board configs, following other ports.
Jim Mussared
2019-08-16
gitignore: Put build-*/ pattern in top-level gitignore file.
Damien George
2019-08-15
esp32/modules: On initial setup mount internal flash at root.
Damien George
2019-08-15
unix: Enable sys.atexit, triggered after the main script ends.
Milan Rossa
2019-08-15
esp32: Add support for mDNS queries and responder.
Damien George
2019-08-15
stm32/usbd: Make USB device FIFO sizes dynamically configurable.
Damien George
2019-08-15
stm32/boards/NUCLEO_L432KC: Add config for USB VCP support.
Damien George
2019-08-15
stm32/usbd: Support USB device mode on STM32L432 MCUs.
Damien George
2019-08-15
stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB config
Damien George
2019-08-15
stm32/modpyb: Support building with PY_PYB_LEGACY on and HW_USB_HID off.
Damien George
2019-08-14
esp32/network_ppp: Add authentication support to the PPP interface.
Kenta IDA
2019-08-08
stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits.
Chris Wilson
2019-08-06
esp8266/mpconfigport.h: Enable lwIP raw sockets.
Damien George
2019-08-06
stm32/mpconfigport.h: Enable lwIP raw sockets.
Damien George
2019-08-06
stm32/lwip_inc: Enable raw socket type.
Damien George
2019-07-30
esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition.
Damien George
2019-07-26
stm32/usbd_hid_interface: Include extra header to build with threading.
Damien George
2019-07-25
stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs.
Damien George
2019-07-25
stm32/usbd_hid_interface: Rewrite USB HID interface code.
Damien George
2019-07-25
stm32/dma: Fix re-start of DMA stream by clearing all event flags.
Damien George
2019-07-25
stm32/boards/NUCLEO_F722ZE: Add definition files for new board.
badlyby
2019-07-25
stm32/boards/stm32f722.ld: Provide memory regions for internal FS.
badlyby
2019-07-25
stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33.
badlyby
2019-07-25
esp32: Pin MicroPython tasks to a specific core.
Amir Gonnen
2019-07-20
esp32/Makefile: Simplify include of IDF source by using wildcards.
Damien George
2019-07-20
esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule.
Damien George
2019-07-20
esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O.
Jim Mussared
2019-07-19
windows/mpconfigport.h: Don't define restrict/inline/alignof for C++.
stijn
2019-07-19
esp32: Add support for hardware I2C.
Damien George
2019-07-17
stm32/boards/USBDONGLE_WB55: Add definition files for new board.
Damien George
2019-07-17
stm32/boards/NUCLEO_WB55: Add definition files for new board.
Damien George
2019-07-17
stm32/boards: Add MCU support files for STM32WB55.
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-17
stm32/make-stmconst.py: Allow more variation in parens and int-suffix L.
Damien George
2019-07-17
stm32/boards/STM32F769DISC: Fix length of FLASH_APP section.
Damien George
[next]