970 Commits (245916259926777b1b157c679785597572576f57)

Author SHA1 Message Date
Damien George 9f9c5c19b0 stm32/usb: Use USB HS as main USB device regardless of USB_HS_IN_FS. 6 years ago
Damien George 03a8b1cc50 stm32/mboot: Allow deploying via deploy-stlink. 6 years ago
Damien George a81cb3576b stm32/mboot: Add support for GPIO ports G, H, I and J. 6 years ago
Damien George 39eb1e9f81 stm32/mboot: Add support for STM32F769 MCUs. 6 years ago
Damien George 9570297dd1 stm32/mboot: Use USB HS as main USB device regardless of USB_HS_IN_FS. 6 years ago
Damien George 43a894fb48 stm32/adc: Add basic support for ADC on a pin on STM32H7 MCUs. 6 years ago
Damien George b367c425e4 stm32/boards/stm32h743_af.csv: Add ADC entries to pin capability table. 6 years ago
Damien George 02682d52ce stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs. 6 years ago
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
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 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 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 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 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
Damien George 285d265eee stm32: Implement machine.lightsleep(). 6 years ago
Damien George 6d480f50ac pic16bit: Update to compile with latest xc16 v1.35 compiler. 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