aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-05-07stm32: Move factory reset files and code to separate source file.Damien George
2019-05-07stm32/machine_uart: Change default UART timeout to 0, for non blocking.Damien George
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-05-03unix/coverage: Add test for printing literal % character.Damien George
2019-05-02nrf/boards: Add support for BLYST Nano module based boards.Nguyen Hoan Hoang
2019-05-02stm32/boards: Add NUCLEO_F413ZH board configuration.Chris Mason
2019-05-02stm32: Add support for F413 MCUs.Chris Mason
2019-05-02stm32/flash: Fix bug computing page number for L432 page erase.Damien George
2019-05-02stm32/powerctrl: Support changing frequency when HSI is clock source.Damien George
2019-05-01unix/gcollect: Make sure stack/regs get captured properly for GC.stijn
2019-05-01stm32/main: Increase default UART REPL rx buffer from 64 to 260 bytes.Damien George
2019-05-01stm32/usb: Remove mp_hal_set_interrupt_char now that it's reset at boot.Damien George
2019-04-30esp32/machine_wdt: Add timeout arg to select interval, make WDT panic.Krono
2019-04-29stm32/powerctrl: Deselect PLLSAI as 48MHz src before turning off PLLSAI.Damien George
2019-04-28javascript/library: Print data as raw bytes to stdout so unicode works.Damien George
2019-04-28javascript/Makefile: Fix unrepresentable float error by using clamp.Damien George
2019-04-28javascript: Pass (error) exit value out from script to process caller.Damien George
2019-04-28javascript/library: Use Buffer.alloc() since new Buffer() is deprecated.Damien George
2019-04-28stm32/usb: Add USB device mode for VCP+VCP without MSC.Andrew Leech
2019-04-26ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.Damien George
2019-04-26stm32/usbdev: Make USB device descriptors at runtime rather than static.Damien George
2019-04-24stm32/dac: Rework DAC driver to use direct register access.Damien George
2019-04-18stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby.Damien George
2019-04-18stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK.Damien George
2019-04-18stm32/system_stm32f0: Enable PWR clock on startup.Damien George
2019-04-18esp32/README: Add info about pyparsing and the correct Python version.Damien George
2019-04-15stm32/timer: Correctly initialise extended break settings on F7/H7/L4.Damien George
2019-04-12stm32/rtc: Remove non-ASCII mu-character from source code comment.Damien George
2019-04-11zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.Damiano Mazzella
2019-04-11stm32/rtc: Remove unused LSE detection code.Damien George
2019-04-11stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.Damien George
2019-04-09stm32/boards/NUCLEO_L432KC: Disable complex nos and default frozen mods.Damien George
2019-04-08stm32/boards/NUCLEO_H743ZI: Add config options to support mboot.Damien George
2019-04-08stm32/mboot: Add support for H7 MCUs, with H743 flash layout.Damien George
2019-04-08stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.Damien George
2019-04-08stm32/i2cslave: Add support for H7 MCUs.Damien George
2019-04-05stm32/network_wiznet5k: Automatically set MAC if device doesn't have oneDamien George
2019-04-05stm32/network_wiznet5k: Add ability to set the MAC address.Damien George
2019-04-05stm32/network_wiznet5k: Add ability to trace Ethernet TX and RX frames.Damien George
2019-04-05esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.Damien George
2019-04-01nrf/Makefile: Update to match latest oofatfs version.Glenn Ruben Bakke
2019-04-01stm32/moduos: Allow to compile again without USB enabled.Damien George
2019-04-01stm32: Add support for MMC driver, exposed via pyb.MMCard class.Damien George
2019-04-01stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.Damien George
2019-04-01stm32/uart: Handle correctly the char overrun case of RXNE=0 and ORE=1.Damien George
2019-04-01stm32/timer: Expose the PWM BRK capability of Timer 1 and 8.roland van straten
2019-04-01stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech
2019-03-29stm32/Makefile: Allow to override CROSS_COMPILE with included Makefile.Boris Vinogradov
2019-03-28stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.Boris Vinogradov
2019-03-27esp32/boards: Enable dual core support by default.Damien George