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
Age
Commit message (
Expand
)
Author
2019-06-03
stm32/modnetwork: Replace generic netif NIC polling with specific code.
Damien George
2019-06-03
stm32/boards/PYBD_SFx: Enable CYW43 WLAN driver.
Damien George
2019-06-03
stm32: Integrate in the cyw43 driver and network.WLAN class.
Damien George
2019-06-03
stm32: Add low-level SDIO interface for cyw43 driver.
Damien George
2019-06-03
stm32/mphalport: Add support for having MAC in OTP region.
Damien George
2019-06-03
stm32/extint: Add extint_set() function for internal C access to EXTI.
Damien George
2019-06-03
stm32/modpyb: Add pyb.country() function to set the country.
Damien George
2019-06-03
extmod: Add network-level class binding to cyw43 driver.
Damien George
2019-06-03
drivers: Add driver for CYW43xx WiFi SoCs.
Damien George
2019-06-03
gitattributes: Mark *.a files as binary.
Damien George
2019-06-03
lib/netutils: Add DHCP server component.
Damien George
2019-06-03
mpy-cross: Do not automatically build mpy-cross, rather do it manually.
Damien George
2019-06-03
lib/cmsis: Upgrade to CMSIS 5.5.1.
Damien George
2019-06-03
docs/machine: Add initial docs for new machine.SDCard class.
Nicko van Someren
2019-06-03
esp32: Add machine.SDCard class using built-in HW SD/MMC controller.
Nicko van Someren
2019-05-31
travis: Build PYBD_SF2 board as part of the stm32 job.
Damien George
2019-05-31
stm32/boards: Add board definition files for PYBD -SF2, -SF3, -SF6.
Damien George
2019-05-31
stm32/boards/pllvalues.py: Search nested headers for HSx_VALUE defines.
Damien George
2019-05-31
stm32/boards/make-pins.py: Allow pins.csv to skip or hide board-pin name
Damien George
2019-05-31
stm32/usb: Include py/mpconfig.h instead of mpconfigboard.h.
Damien George
2019-05-31
esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset.
Martin Dybdal
2019-05-31
stm32/usb: Support up to 3 VCP interfaces on USB device peripheral.
Damien George
2019-05-30
stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.
Damien George
2019-05-29
py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.
Damien George
2019-05-29
py/nativeglue: Make private glue funs all static, remove commented code.
Damien George
2019-05-29
all: Bump version to 1.11.
Damien George
2019-05-29
LICENSE: Update year range in top-level license.
Damien George
2019-05-29
stm32/mboot/README: Fix some typos, describe bootloader and fwupdate.py.
Damien George
2019-05-29
stm32/modmachine: In bootloader() disable caches before reset of periphs
Andrew Leech
2019-05-29
extmod/modlwip: Register TCP close-timeout callback before closing PCB.
Damien George
2019-05-29
extmod/modlwip: Free any incoming bufs/connections before closing PCB.
Damien George
2019-05-28
esp32/modsocket: Raise EAGAIN when accept fails in non-blocking mode.
Damien George
2019-05-28
unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout.
Damien George
2019-05-28
esp32/machine_touchpad: Use HW timer for FSM to enable wake-on-touch.
Tom Manning
2019-05-27
py/vm: Remove obsolete comments about matching of exception opcodes.
Damien George
2019-05-24
stm32/sdram: Update MPU settings to block invalid region, change attrs.
Andrew Leech
2019-05-24
esp8266: Fix ticks_ms to correctly handle wraparound of system counter.
Damien George
2019-05-24
zephyr: Switch back to enabling I2C in board-specific configs.
Paul Sokolovsky
2019-05-24
zephyr/README: Reorder content related to recently added I2C.
Paul Sokolovsky
2019-05-24
mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one.
Damien George
2019-05-23
windows: Fix line wrapping behaviour on the REPL.
stijn
2019-05-23
stm32/sdcard: Add switch break to ensure only correct SD/MMC IRQ is run.
Andrew Leech
2019-05-22
py/mkrules.mk: Remove unnecessary ; in makefile.
Sebastien Rinsoz
2019-05-22
py: Update makefiles to use $(TOUCH) instead of hard coded "touch".
Sebastien Rinsoz
2019-05-22
nrf/mphalport: Use wfi to save power while waiting at the UART REPL.
Damien George
2019-05-22
nrf/uart: Make UART print output something, and add write method.
Damien George
2019-05-22
nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default.
Damien George
2019-05-22
nrf/uart: Change UART driver to be non-blocking and use IRQs.
Damien George
2019-05-21
nrf/nrfx_glue: Adapt to nrfx v.1.7.1.
Glenn Ruben Bakke
2019-05-21
lib/nrfx: Upgrade nrfx to master.
Glenn Ruben Bakke
[prev]
[next]