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-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
2019-05-07
stm32: Move factory reset files and code to separate source file.
Damien George
2019-05-07
stm32/machine_uart: Change default UART timeout to 0, for non blocking.
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-05-03
unix/coverage: Add test for printing literal % character.
Damien George
2019-05-02
nrf/boards: Add support for BLYST Nano module based boards.
Nguyen Hoan Hoang
2019-05-02
stm32/boards: Add NUCLEO_F413ZH board configuration.
Chris Mason
2019-05-02
stm32: Add support for F413 MCUs.
Chris Mason
2019-05-02
stm32/flash: Fix bug computing page number for L432 page erase.
Damien George
2019-05-02
stm32/powerctrl: Support changing frequency when HSI is clock source.
Damien George
2019-05-01
unix/gcollect: Make sure stack/regs get captured properly for GC.
stijn
2019-05-01
stm32/main: Increase default UART REPL rx buffer from 64 to 260 bytes.
Damien George
2019-05-01
stm32/usb: Remove mp_hal_set_interrupt_char now that it's reset at boot.
Damien George
2019-04-30
esp32/machine_wdt: Add timeout arg to select interval, make WDT panic.
Krono
2019-04-29
stm32/powerctrl: Deselect PLLSAI as 48MHz src before turning off PLLSAI.
Damien George
2019-04-28
javascript/library: Print data as raw bytes to stdout so unicode works.
Damien George
2019-04-28
javascript/Makefile: Fix unrepresentable float error by using clamp.
Damien George
2019-04-28
javascript: Pass (error) exit value out from script to process caller.
Damien George
2019-04-28
javascript/library: Use Buffer.alloc() since new Buffer() is deprecated.
Damien George
2019-04-28
stm32/usb: Add USB device mode for VCP+VCP without MSC.
Andrew Leech
2019-04-26
ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.
Damien George
2019-04-26
stm32/usbdev: Make USB device descriptors at runtime rather than static.
Damien George
2019-04-24
stm32/dac: Rework DAC driver to use direct register access.
Damien George
2019-04-18
stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby.
Damien George
2019-04-18
stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK.
Damien George
2019-04-18
stm32/system_stm32f0: Enable PWR clock on startup.
Damien George
2019-04-18
esp32/README: Add info about pyparsing and the correct Python version.
Damien George
2019-04-15
stm32/timer: Correctly initialise extended break settings on F7/H7/L4.
Damien George
[next]