966 Commits (93f5f802165c3b8ab01a0393409cbd1c352596c8)

Author SHA1 Message Date
Damien George 93f5f80216 javascript: Pass (error) exit value out from script to process caller. 6 years ago
Damien George bd0bacb637 javascript/library: Use Buffer.alloc() since new Buffer() is deprecated. 6 years ago
Andrew Leech 70a28e3ad9 stm32/usb: Add USB device mode for VCP+VCP without MSC. 6 years ago
Damien George 0646e607b5 ports: Convert to use pyexec_file_if_exists() to execute boot/main.py. 6 years ago
Damien George f66c4cbfa6 stm32/usbdev: Make USB device descriptors at runtime rather than static. 6 years ago
Damien George aa7b32c811 stm32/dac: Rework DAC driver to use direct register access. 6 years ago
Damien George 8402c26cfa stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby. 6 years ago
Damien George 11657f2f20 stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK. 6 years ago
Damien George f1774fa049 stm32/system_stm32f0: Enable PWR clock on startup. 6 years ago
Damien George 4ce0091449 esp32/README: Add info about pyparsing and the correct Python version. 6 years ago
Damien George 194d6b6788 stm32/timer: Correctly initialise extended break settings on F7/H7/L4. 6 years ago
Damien George fd112239d6 stm32/rtc: Remove non-ASCII mu-character from source code comment. 6 years ago
Damiano Mazzella 3c9f78b048 zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe. 6 years ago
Damien George fc9f2ff0cd stm32/rtc: Remove unused LSE detection code. 6 years ago
Damien George 46e5d6b889 stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI. 6 years ago
Damien George 358364b45e stm32/boards/NUCLEO_L432KC: Disable complex nos and default frozen mods. 6 years ago
Damien George 4831e38c7e stm32/boards/NUCLEO_H743ZI: Add config options to support mboot. 6 years ago
Damien George fd13ce5e60 stm32/mboot: Add support for H7 MCUs, with H743 flash layout. 6 years ago
Damien George ae1e18a346 stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs. 6 years ago
Damien George 2c3fa4ad82 stm32/i2cslave: Add support for H7 MCUs. 6 years ago
Damien George fd523c53c3 stm32/network_wiznet5k: Automatically set MAC if device doesn't have one 6 years ago
Damien George 4f936afc44 stm32/network_wiznet5k: Add ability to set the MAC address. 6 years ago
Damien George 4410efc1e3 stm32/network_wiznet5k: Add ability to trace Ethernet TX and RX frames. 6 years ago
Damien George 69cb24a21d esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1. 6 years ago
Glenn Ruben Bakke 1f5d945afa nrf/Makefile: Update to match latest oofatfs version. 6 years ago
Damien George 83f3c29d36 stm32/moduos: Allow to compile again without USB enabled. 6 years ago
Damien George 7ce2a08231 stm32: Add support for MMC driver, exposed via pyb.MMCard class. 6 years ago
Damien George 9670b26526 stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD. 6 years ago
Damien George 7b5bf5f6fd stm32/uart: Handle correctly the char overrun case of RXNE=0 and ORE=1. 6 years ago
roland van straten edd0e0f93d stm32/timer: Expose the PWM BRK capability of Timer 1 and 8. 6 years ago
Andrew Leech 9d6f70f715 stm32: Make default USB_VCP stream go through uos.dupterm for main REPL. 6 years ago
Boris Vinogradov 6947dff7da stm32/Makefile: Allow to override CROSS_COMPILE with included Makefile. 6 years ago
Boris Vinogradov 1a608ce1e8 stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board. 6 years ago
Damien George 92149c8a79 esp32/boards: Enable dual core support by default. 6 years ago
Damien George 815b79a8d0 esp32/mpthreadport: Exit vPortCleanUpTCB early if threading not init'd. 6 years ago
Damiano Mazzella 0b86ba565c unix/mpthreadport: Use named semaphores on Mac OS X. 6 years ago
Damien George 781947afdc stm32/mpconfigport.h: Remove malloc/free/realloc helper macros. 6 years ago
roland van straten d396a7e10d stm32/system_stm32: Provide default value for HSI calibration. 6 years ago
Maureen Helm 2befcb8a9d zephyr/i2c: Add support for hardware i2c. 6 years ago
Damien George 673db939b5 esp32/machine_pin: Rework pull mode config to fix GPIO hold feature. 6 years ago
Glenn Ruben Bakke e0c6dfe90a nrf/readme: Add section about LTO. 6 years ago
Dave Hylands ec6e62efc2 stm32/mboot: Set USE_MBOOT=1 by default in the Makefile. 6 years ago
Glenn Ruben Bakke 696549d2e5 nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0. 6 years ago
Glenn Ruben Bakke a3a266a9c3 nrf/board: Migrate nrf52840 target to new BLE stack. 6 years ago
Glenn Ruben Bakke d3c1436e75 nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1. 6 years ago
Glenn Ruben Bakke 1e5e3e3d48 nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0. 6 years ago
Glenn Ruben Bakke 5f26ef1112 nrf/board: Migrate all nrf52832 targets to new BLE stack. 6 years ago
Nguyen Hoan Hoang e8ed2dea71 nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1. 6 years ago
roland van straten c9eb7eb449 stm32/stm32_it: Guard UART7_IRQHandler with check for UART7 define. 6 years ago
Damien George c7d19dc0ad ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code. 6 years ago