10097 Commits (74d07469f276aff862a99423ded03f08ec5006b3)
 

Author SHA1 Message Date
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
Damien George 5089b3ffb6 py/obj.h: Explicitly cast args to uint32_t in MP_OBJ_FUN_MAKE_SIG. 6 years ago
Damien George acd647100b docs/library: Add documentation for esp32 module. 6 years ago
Matt Trentini 69e72954ad docs: Add initial docs for esp32 port, including quick-ref and general. 6 years ago
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