6875 Commits (9a82b67f39040dd1cd53fdddf18a5fa432e3fdac)
 

Author SHA1 Message Date
Radomir Dopieralski 9a82b67f39 extmod/machine_i2c: Raise an error when clock stretching times out 8 years ago
Radomir Dopieralski 702928915c extmod/machine_i2c: Make the clock stretching timeout configurable 8 years ago
Paul Sokolovsky b188d6e9db examples/hwapi: Add example for machine.time_pulse_us(). 8 years ago
Krzysztof Blazewicz 5e9057210a stmhal: Update HALCOMMITS due to change to hal. 8 years ago
Damien George e01e214259 stmhal/make-stmconst.py: Restore Python 2 compatibility. 8 years ago
Damien George 87f18c08c9 stmhal: Update HALCOMMITS due to change to hal. 8 years ago
Damien George c5621529c9 stmhal/make-stmconst.py: Add support for files with invalid utf8 bytes. 8 years ago
Krzysztof Blazewicz 4d9dce7759 stmhal/mphalport.h: use single GPIOx->BSRR register 8 years ago
Krzysztof Blazewicz 13400e1375 stmhal/hal: do not include <stdio.h> in HAL headers 8 years ago
Krzysztof Blazewicz 8fa0733647 stmhal/i2c: provide custom IRQ handlers 8 years ago
Krzysztof Blazewicz 7604de3fc2 stmhal/can: clear FIFO flags in IRQ handler 8 years ago
Krzysztof Blazewicz dc1ac5dc3a stmhal/dma: mark DMA sate as READY even if HAL_DMA_Init is skipped 8 years ago
Krzysztof Blazewicz 63ca7a211a stmhal/dma: precalculate register base and bitshift on handle init 8 years ago
Krzysztof Blazewicz 0280b2c1b1 stmhal/i2c: handle I2C IRQs 8 years ago
Krzysztof Blazewicz fa833f96df stmhal/make-stmconst.py: fix regex's to work with current CMSIS 8 years ago
Krzysztof Blazewicz 7928b3e347 stmhal/boards: configure all F4 boards to work with new HAL 8 years ago
Krzysztof Blazewicz 6a8f6c119c stmhal/hal/sd: reapply HAL commit 09de030 for f4 8 years ago
Krzysztof Blazewicz e2b4822189 stmhal/hal/rcc: reapply HAL commit c568a2b for f4 8 years ago
Krzysztof Blazewicz 4f7c5fa647 stmhal/hal: reapply HAL commit 9db719b for f4 8 years ago
Krzysztof Blazewicz c79ff9930a stmhal/hal/sd: reapply HAL commit 1d7fb82 for f4 8 years ago
Krzysztof Blazewicz a9fb88e1dc stmhal/hal/i2c: reapply HAL commit ea040a4 for f4 8 years ago
Krzysztof Blazewicz e8b435d1f8 stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2 8 years ago
Krzysztof Blazewicz c1fa33b493 stmhal: upgrade to STM32CubeF4 v1.13.0 - HAL v1.5.1 8 years ago
Krzysztof Blazewicz 4f5c4fdd98 stmhal: upgrade to STM32CubeF4 v1.13.0 - CMSIS/Device 2.5.1 8 years ago
Damien George 32e98257e2 windows: Enable READER_POSIX to get access to lexer_new_from_file. 8 years ago
Damien George 85ae17c993 mpy-cross: Get compiling after recent persistent code refactors. 8 years ago
Damien George 5bdf1650de py/lexer: Make lexer use an mp_reader as its source. 8 years ago
Damien George 66d955c218 py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Damien George 511c083811 py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago
Damien George 6810f2c134 py: Factor persistent code load/save funcs into persistentcode.[ch]. 8 years ago
Paul Sokolovsky 64db4080ce docs/library/index: Elaborate on u-modules. 8 years ago
Damien George 30bca45e1a tests/basics: Add test for logical constant folding. 8 years ago
Damien George 9b525134d1 py/parse: Add code to fold logical constants in or/and/not operations. 8 years ago
Damien George ed9c93f0f1 py/parse: Make mp_parse_node_new_leaf an inline function. 8 years ago
Damien George b0cbfb0492 py/parse: Move function to check for const parse node to parse.[ch]. 8 years ago
Damien George 3f8bb80eb2 cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed. 8 years ago
Paul Sokolovsky 7602dc5f32 cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API. 8 years ago
Damien George 659b06b250 py/*.mk: Replace uses of 'sed' with $(SED). 8 years ago
Dave Hylands 0400fa45ba py/mkrules.mk: Rework find command so it works on OSX. 8 years ago
Paul Sokolovsky a0b2c6ad32 py/runtime: mp_resume: Fix exception handling for nanbox port. 8 years ago
Paul Sokolovsky 79d996a57b py/runtime: mp_resume: Handle exceptions in Python __next__(). 8 years ago
Damien George a392b3aa75 docs: Remove references to readall() and update stream read() docs. 8 years ago
Damien George aed3b5b7ba cc3200/tools/smoke.py: Change readall() to read(). 8 years ago
Paul Sokolovsky c3d96d387c py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'. 8 years ago
Paul Sokolovsky bf318801d2 examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel. 8 years ago
Paul Sokolovsky 8212773adb tests: Use read() instead of readall(). 8 years ago
Paul Sokolovsky 00a9590e3a examples/http_client: Use read() instead of readall(). 8 years ago
Paul Sokolovsky 59a1201da9 all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago