9957 Commits (be4e5b1f872c29b5a3a64397e5ec50d2b0880382)
 

Author SHA1 Message Date
Damien George 6a95e74387 esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap. 6 years ago
Stig Bjørlykke 98f790b03a nrf/timer: Fix disabling Timer 1 when using soft PWM. 6 years ago
Andrew Leech 67689bfd7e stm32/usb: Add flow control option for USB VCP data received from host. 6 years ago
Stig Bjørlykke 63eae33b7b nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET. 6 years ago
Ayke van Laethem e8678cd1c9 nrf/pin: Print pull information in Pin.__str__. 6 years ago
Damien George 8faf17b93c lib/nrfx: Upgrade to nrfx v1.3.1. 6 years ago
Ayke van Laethem 2d293873a6 nrf/pin: Cleanup Pin.__str__ to print relevant information. 6 years ago
Ayke van Laethem 4e1c2fc831 nrf: Shrink "<peripheral> does not exist" error messages. 6 years ago
Ayke van Laethem 1ba962ff57 nrf/uart: Remove unused machine.UART() parameters. 6 years ago
Ayke van Laethem a293fa3d6d nrf/uart: Use formula instead of switch for baudrate calculation. 6 years ago
Paul Sokolovsky 2f5d113fad py/warning: Support categories for warnings. 6 years ago
Damien George 86f06d6a87 stm32/sdcard: Don't use SD clock bypass on F7 MCUs. 6 years ago
Damien George e5509a910f stm32/mboot: Add option to autodetect the USB port that DFU uses. 6 years ago
Damien George 2a7a307baa extmod/modlwip: Add support for polling UDP sockets for writability. 6 years ago
Damien George 4bed17e786 stm32/boards/stm32f429_af.csv: Fix typos in UART defs Tx->TX and Rx->RX. 6 years ago
Damien George 3ff3e96865 esp8266/modmachine: In lightsleep, only waiti if wifi is turned off. 6 years ago
Damien George 4dfcc255d5 docs: Convert all cases of machine.sleep to machine.lightsleep. 6 years ago
Damien George d5d060ead9 nrf/modmachine: Rename machine.sleep to machine.lightsleep. 6 years ago
Damien George 0a954e0196 cc3200/modmachine: Rename machine.sleep to machine.lightsleep. 6 years ago
Damien George 808dc95ab8 esp8266/modmachine: Implement simple machine.lightsleep function. 6 years ago
Damien George 2911e3554a esp8266/modmachine: Rename machine.sleep to machine.lightsleep. 6 years ago
Damien George d7cc92383c esp8266/modmachine: Implement optional time_ms arg to machine.deepsleep. 6 years ago
Damien George 8de17b3d96 esp32/modmachine: Rename machine.sleep to machine.lightsleep. 6 years ago
Damien George dadee5fa24 esp32/modsocket: Fix crashes when connect/bind can't resolve given addr. 6 years ago
Damien George 1fa8f977f5 lib/utils/pyexec: Implement paste mode with event driven REPL. 6 years ago
Damien George 38022ddb2c stm32/main: Make board-defined UART REPL use a static object and buffer. 6 years ago
Damien George f431795caf esp32/boards: Use auto xtal freq config instead of default 40MHz. 6 years ago
Damien George 5d88272342 esp32/Makefile: Make sure that directory exists for sdkconfig.h. 6 years ago
Damien George 9ac9aa989c esp32/machine_timer: Deinit all active timers on soft reset. 6 years ago
Damien George 3d49b157b8 esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure. 6 years ago
Damien George f59904f799 esp32/Makefile: Put all IDF compenents in .a libs to use IDF ld script. 6 years ago
Damien George e7ab475276 esp32: Don't put py/scheduler.o in iRAM, it's no longer needed. 6 years ago
Damien George deb67569ff py/compile: Swap order of pop_block/pop_except in "except as" handler. 6 years ago
Damien George 4caf5b2358 stm32/usbdev: Add USB config option for max power drawn by the board. 6 years ago
Damien George 7d8db42d17 stm32/usbdev: Add USB config option for board being self powered. 6 years ago
Damien George c2886868b9 stm32/rtc: Check RTCEN=1 when testing if RTC is already running on boot. 6 years ago
stijn 42863830be py: Add optional support for 2-argument version of built-in next(). 6 years ago
Reagan Sanders 51577629b2 cc3200/mods/modussl: Fix ca_certs arg validation in mod_ssl_wrap_socket. 6 years ago
Mikhail Zakharov 18723e9889 unix/mpthreadport: Remove busy wait loop in thread garbage collection. 6 years ago
Mikhail Zakharov 1e7b422226 unix/mpthreadport: Cleanup used memory on thread exit. 6 years ago
Mikhail Zakharov f8c1be85d1 unix/mpthreadport: Add thread deinit code to stop threads on exit. 6 years ago
Paul Sokolovsky c7ed17bc4b extmod/modussl_mbedtls: Remove deprecated mbedtls/net.h header include. 6 years ago
Damien George 285d265eee stm32: Implement machine.lightsleep(). 6 years ago
Damien George b16146d189 docs/machine: Change sleep to lightsleep and add timeout arguments. 6 years ago
Sean Burton e33bc59712 py: Remove calls to file reader functions when these are disabled. 6 years ago
Paul Sokolovsky 35687a87ec extmod/moduzlib: Update for uzlib 2.9.2. 6 years ago
Paul Sokolovsky b1cca8fbe0 extmod/uzlib: Update uzlib to v2.9.2. 6 years ago
Damien George 3e25d611ef all: Bump version to 1.10. 6 years ago
Damien George aba83e66d7 py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros. 6 years ago
Damien George 6d480f50ac pic16bit: Update to compile with latest xc16 v1.35 compiler. 6 years ago