9854 Commits (f874e8184c345983dc4c702d308f9d2c6bf11a83)
 

Author SHA1 Message Date
Damien George f874e8184c lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning. 6 years ago
Damien George da72bb6833 esp32/machine_hw_spi: Make HW SPI objects statically allocated. 6 years ago
Damien George d82f344f61 esp32/machine_hw_spi: Use separate DMA channels for HSPI and VSPI. 6 years ago
Matt Trentini cd52d2c691 esp32/modules/neopixel.py: Change NeoPixel to different default timings. 6 years ago
Damien George 18d3a5df26 esp8266/esp_mphal: Provide mp_hal_pin_od_high_dht so DHT works reliably. 6 years ago
Damien George f102ac54e9 drivers/dht: Allow open-drain-high call to be DHT specific if needed. 6 years ago
Damien George eb446ec227 esp32/Makefile: Use system provided math library rather than uPy one. 6 years ago
Damien George 90f86a0197 esp32/machine_pin: Add Pin.off() and Pin.on() methods. 6 years ago
Damien George 36808d4e6a esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs. 6 years ago
stijn 5064df2074 docs/differences: Clarify the differences are against Python 3.4. 6 years ago
Damien George 3431ea7205 stm32/main: Make thread and FS state static and exclude when not needed. 6 years ago
Damien George 5b66c7b712 stm32/wdt: Make singleton WDT object const so it goes in ROM. 6 years ago
Damien George 529dcce2be py/modio: Make iobase_singleton object const so it goes in ROM. 6 years ago
Damien George f350b640a0 esp32/modsocket: For socket read only release GIL if socket would block. 6 years ago
Damien George efe0569c26 esp32/mphalport: When tx'ing to REPL only release GIL if many chars sent 6 years ago
Damien George afecc124e6 py: Fix location of VM returned exception in invalid opcode and comments 6 years ago
Damien George 6d19934463 py: Get optional VM stack overflow check compiling and working again. 6 years ago
Damien George b33f108cde stm32/sdcard: Properly reset SD periph when SDMMC2 is used on H7 MCUs. 6 years ago
Dave Hylands c932639063 tools/pydfu.py: Fix regression so tool runs under Python 2 again. 6 years ago
roland 4d8504425a stm32/modmachine: Fix reset_cause to correctly give DEEPSLEEP on L4 MCU. 6 years ago
Damien George f334816df0 stm32/uart: Make sure user IRQs are handled even with a keyboard intr. 6 years ago
Damien George 7bdbea9a0c stm32/uart: Clear overrun error flag after reading RX data register. 6 years ago
Damien George 0d860fdcd0 stm32/uart: Always enable global UART IRQ handler on init. 6 years ago
Damien George a5f7a3022d stm32/uart: Fix uart_rx_any in case of no buffer to return 0 or 1. 6 years ago
Tobias Badertscher 372e7a4dc6 stm32: Implement UART.irq() method with initial support for RX idle IRQ. 6 years ago
Tobias Badertscher 06236bf28e lib/utils: Add generic MicroPython IRQ helper functions. 6 years ago
Damien George fa50047bbc py/runtime: Unlock the GIL in mp_deinit function. 6 years ago
Damien George 7cd59c5bc3 py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h. 6 years ago
Andrew Leech ce0c581179 stm32/main: Add board config option to enable/disable mounting SD card. 6 years ago
Paul Sokolovsky 5ed578e5b4 py/gc: Adjust gc_alloc() signature to be able to accept multiple flags. 6 years ago
Paul Sokolovsky a261d8b615 py/objarray: Introduce "memview_offset" alias for "free" field of object 6 years ago
Dave Hylands 39eef27083 tools/mpy-tool.py: Fix build error when no qstrs present in frozen mpy. 6 years ago
Damien George 0d165fec9c py/qstr: Put a lower bound on new qstr pool allocation. 6 years ago
Damien George 0c46419323 windows: Remove remaining traces of old GNU readline support. 6 years ago
Damien George 5146e79490 stm32/boards/NUCLEO_L432KC: Specify L4 OpenOCD config file for this MCU. 6 years ago
Damien George 59f409a787 stm32/boards: Allow OpenOCD stm_flash procedure to accept single FW img. 6 years ago
Paul Sokolovsky d4d4bc5827 tests/basics/special_methods2: Typo fix in comment. 7 years ago
Damien George 814d580a15 tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching. 6 years ago
Damien George 6bf8ecfe3a py/bc: Fix calculation of opcode size for opcodes with map caching. 6 years ago
Paul Sokolovsky fbb8335084 py/objdict: Make .fromkeys() method configurable. 6 years ago
Paul Sokolovsky 169b152f29 docs/ure: Fully describe supported syntax subset, add example. 6 years ago
Damien George 1db55381b6 stm32/adc: Support 16-bit ADC configuration on H7 MCUs. 6 years ago
Damien George 6cab8daee0 stm32/adc: Increase ADC sampling time for internal sources on H7 MCUs. 6 years ago
Damien George 0555ada277 stm32/adc: Fix calibrated volt/temp readings on H7 by using 16bit scale. 6 years ago
Damien George 1b4031ed64 stm32/extint: Use correct EXTI channels on H7 MCUs for RTC events. 6 years ago
Glenn Ruben Bakke 9e5768a6db nrf/bluetooth: Update BLE stack download script. 6 years ago
Damien George beeeec292b docs/README: Remove references to MICROPY_PORT when building docs. 6 years ago
Damien George 025d419a77 teensy: Add own uart.h to not rely on stm32's version of the file. 6 years ago
Damien George dc23978dde stm32/uart: Add ability to have a static built-in UART object. 6 years ago
Damien George 61ef031687 stm32/uart: Move config of char_width/char_mask to uart.c. 6 years ago