10637 Commits (1d0423419b6da1f865ad73e1a95f26e724770ab7)
 

Author SHA1 Message Date
Damien George 456c89f749 nrf/uart: Make UART print output something, and add write method. 6 years ago
Damien George 50d5114fcd nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default. 6 years ago
Damien George 302ffdba7f nrf/uart: Change UART driver to be non-blocking and use IRQs. 6 years ago
Glenn Ruben Bakke d80abd035e nrf/nrfx_glue: Adapt to nrfx v.1.7.1. 6 years ago
Glenn Ruben Bakke 85bde0889d lib/nrfx: Upgrade nrfx to master. 6 years ago
Sébastien Rinsoz c03f81c633 py: Update makefiles to use $(CAT) variable instead of hard coded "cat". 6 years ago
stijn fb54736bdb py/objarray: Add decode method to bytearray. 6 years ago
Damien George c769da1aaa stm32/i2c: Support setting the I2C TIMINGR value via keyword arg. 6 years ago
Damien George ddc657658a stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects. 6 years ago
Andrew Leech ed2b6ea0a8 stm32/i2c: Make timeout for hardware I2C configurable. 6 years ago
Damien George e5e472198c docs/pyboard/quickref: Refer to new machine.I2C instead of old pyb.I2C. 6 years ago
Damien George 1b3c1f9e6b lib/stm32lib: Update library to fix UART9/10 baudrate on F4 MCUs. 6 years ago
Damien George 02afc0d241 drivers/display/ssd1306.py: Change to use new i2c.writevto() method. 6 years ago
Damien George b10d0664be extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs. 6 years ago
Damien George 8bcb552d97 extmod/machine_i2c: Remove need for temporary memory in writemem() call. 6 years ago
Damien George 647b27d028 zephyr/machine_i2c: Update to support new C-level I2C API. 6 years ago
Damien George bb29bde102 nrf/machine/i2c: Update to support new C-level I2C API. 6 years ago
Damien George 38ac697b45 stm32/machine_i2c: Update to support new C-level I2C API. 6 years ago
Damien George 606ea2b10f extmod/machine_i2c: Change C-level API to allow split I2C transactions. 6 years ago
Damien George 8bec0e869d docs/machine.I2C: Add writevto method to write a vector of byte bufs. 6 years ago
Damien George 1f63e9b701 stm32/adc: Fix VBAT_DIV to be 4 for STM32F411. 6 years ago
Damien George 653e1756c0 various: Update early copyright years to match actual edit history. 6 years ago
Paul Sokolovsky 016d9a40fe various: Add and update my copyright line based on git history. 6 years ago
Damien George e1e3704aa1 stm32/modmachine: Create dedicated asm function to branch to bootloader. 6 years ago
Damien George 0557f0b74b esp32/network_ppp: Add a timeout for closing PPP connection. 6 years ago
Damien George 2630d3e51f esp32/machine_uart: Implement UART.deinit() method. 6 years ago
iabdalkader 746fcea7f8 stm32/boards/NUCLEO_H743ZI: Enable SPI3 on this board. 6 years ago
iabdalkader 1646eff864 stm32/irq: Fix IRQ_ENABLE_STATS stats config to work on all MCUs. 6 years ago
iabdalkader 07af74daef stm32/spi: Enable SPI IRQs and add IRQHandlers for H7 MCUs. 6 years ago
iabdalkader 123c065131 stm32/dma: Always reset and configure the H7 DMA peripheral. 6 years ago
Damien George 993ca572ca tools/upip.py: Add support for multiple index URLs with custom default. 6 years ago
Damien George a474ddf959 tests/basics: Add coverage tests for memoryview attributes. 6 years ago
stijn 90fae9172a py/objarray: Add support for memoryview.itemsize attribute. 6 years ago
Damien George 38cb95710a tests/pyb: Update UART expected output now that default timeout is 0. 6 years ago
Damien George 7c5cf59f8b extmod/modujson: Handle parsing of floats with + in the exponent. 6 years ago
iabdalkader 7359a9e2f2 stm32/dma: Initialise all members of DMA structs for H7 MCUs. 6 years ago
Damien George 7e21cf723a nrf: Change types to size_t for all uses of mp_obj_str_get_data. 6 years ago
Damien George 8586afa6f5 esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data. 6 years ago
Henrik Vendelbo ab93321e31 py/persistentcode: Change "len" type to size_t for mp_obj_str_get_data. 6 years ago
Nicko van Someren f812394c33 docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO. 6 years ago
Damien George 99a8fa7940 esp8266/modmachine: Handle overflow of timer to get longer periods. 6 years ago
Damien George c0a1de3c21 py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident. 6 years ago
Damien George 4268d0e1ac py/objgenerator: Remove unneeded forward decl and clean up white space. 6 years ago
Damien George dac9d47671 py/objgenerator: Fix handling of None passed as 2nd arg to throw(). 6 years ago
Andrew Leech 29865e3e58 stm32/rtc: Allow overriding startup timeouts from mpconfigboard. 6 years ago
Elad Namdar 3f54462add unix/modusocket: Fix use of setsockopt in usocket.settimeout impl. 6 years ago
Damien George b8c74014e4 stm32/usbd_cdc_interface: Don't retransmit chars if USB is reconnected. 6 years ago
Damien George 97753a1bbc stm32: Move factory reset files and code to separate source file. 6 years ago
Damien George 34942d0a72 stm32/machine_uart: Change default UART timeout to 0, for non blocking. 6 years ago
Damien George 7e90e22ea5 mpy-cross: Add --version command line option to print version info. 6 years ago