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-05-21
py: Update makefiles to use $(CAT) variable instead of hard coded "cat".
Sébastien Rinsoz
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
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
docs/pyboard/quickref: Refer to new machine.I2C instead of old pyb.I2C.
Damien George
2019-05-20
lib/stm32lib: Update library to fix UART9/10 baudrate on F4 MCUs.
Damien George
2019-05-20
drivers/display/ssd1306.py: Change to use new i2c.writevto() method.
Damien George
2019-05-20
extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs.
Damien George
2019-05-20
extmod/machine_i2c: Remove need for temporary memory in writemem() call.
Damien George
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
extmod/machine_i2c: Change C-level API to allow split I2C transactions.
Damien George
2019-05-20
docs/machine.I2C: Add writevto method to write a vector of byte bufs.
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-15
tools/upip.py: Add support for multiple index URLs with custom default.
Damien George
2019-05-14
tests/basics: Add coverage tests for memoryview attributes.
Damien George
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-14
tests/pyb: Update UART expected output now that default timeout is 0.
Damien George
2019-05-14
extmod/modujson: Handle parsing of floats with + in the exponent.
Damien George
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-13
py/persistentcode: Change "len" type to size_t for mp_obj_str_get_data.
Henrik Vendelbo
2019-05-10
docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO.
Nicko van Someren
2019-05-10
esp8266/modmachine: Handle overflow of timer to get longer periods.
Damien George
2019-05-09
py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident.
Damien George
2019-05-09
py/objgenerator: Remove unneeded forward decl and clean up white space.
Damien George
2019-05-09
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
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-07
mpy-cross: Add --version command line option to print version info.
Damien George
2019-05-07
docs/esp8266: Add tutorial for APA102 LEDs.
Mike Causer
2019-05-06
py: remove "if (0)" and "if (false)" branches.
Jun Wu
2019-05-06
extmod/moducryptolib: Add AES-CTR support for axTLS builds.
Yonatan Goldschmidt
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-05-03
unix/coverage: Add test for printing literal % character.
Damien George
[prev]
[next]