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-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
esp32: Add machine.SDCard class using built-in HW SD/MMC controller.
Nicko van Someren
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
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-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-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-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
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
stm32/i2c: Support setting the I2C TIMINGR value via keyword arg.
Damien George
2019-05-21
stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects.
Damien George
2019-05-21
stm32/i2c: Make timeout for hardware I2C configurable.
Andrew Leech
2019-05-20
zephyr/machine_i2c: Update to support new C-level I2C API.
Damien George
2019-05-20
nrf/machine/i2c: Update to support new C-level I2C API.
Damien George
2019-05-20
stm32/machine_i2c: Update to support new C-level I2C API.
Damien George
2019-05-20
stm32/adc: Fix VBAT_DIV to be 4 for STM32F411.
Damien George
2019-05-17
various: Update early copyright years to match actual edit history.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-05-17
stm32/modmachine: Create dedicated asm function to branch to bootloader.
Damien George
2019-05-17
esp32/network_ppp: Add a timeout for closing PPP connection.
Damien George
2019-05-15
esp32/machine_uart: Implement UART.deinit() method.
Damien George
2019-05-15
stm32/boards/NUCLEO_H743ZI: Enable SPI3 on this board.
iabdalkader
2019-05-15
stm32/irq: Fix IRQ_ENABLE_STATS stats config to work on all MCUs.
iabdalkader
2019-05-15
stm32/spi: Enable SPI IRQs and add IRQHandlers for H7 MCUs.
iabdalkader
2019-05-15
stm32/dma: Always reset and configure the H7 DMA peripheral.
iabdalkader
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-13
stm32/dma: Initialise all members of DMA structs for H7 MCUs.
iabdalkader
2019-05-13
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
Damien George
2019-05-13
esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data.
Damien George
2019-05-10
esp8266/modmachine: Handle overflow of timer to get longer periods.
Damien George
2019-05-09
stm32/rtc: Allow overriding startup timeouts from mpconfigboard.
Andrew Leech
2019-05-08
unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.
Elad Namdar
2019-05-08
stm32/usbd_cdc_interface: Don't retransmit chars if USB is reconnected.
Damien George
[prev]
[next]