summaryrefslogtreecommitdiff
path: root/ports/stm32
AgeCommit message (Expand)Author
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-19stm32: Make uos.dupterm() conform to specs by using extmod version.Damien George
2017-10-19stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.Damien George
2017-10-17stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.Damien George
2017-10-17stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.Damien George
2017-10-16stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.Damien George
2017-10-16stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.Li Weiwei
2017-10-16stm32/modusocket: Return OSError(-2) if getaddrinfo fails.Damien George
2017-10-16stm32/modusocket: Make getaddrinfo() work when passed an IP address.Damien George
2017-10-16stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.Damien George
2017-10-13stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.Li Weiwei
2017-10-13stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.Damien George
2017-10-10lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.Damien George
2017-10-06stm32/boards: Fix typos in stm32f767_af.csv table.Damien George
2017-10-05stm32/modnwwiznet5k: Get the IP address of an established socket.Li Weiwei
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-25stm32/timer: Enable ARPE so that timer freq can be changed smoothly.Damien George
2017-09-22stm32/usbdev: Move all the USB device descriptor state into its struct.Damien George
2017-09-22stm32/usbdev: Make device descriptor callbacks take a state pointer.Damien George
2017-09-21stm32/usbdev: Merge all global USB device state into a single struct.Damien George
2017-09-21stm32/usbdev: Simplify pointers to MSC state and block dev operations.Damien George
2017-09-21stm32/usbdev: Put all state for the USB device driver in a struct.Damien George
2017-09-21stm32/usbdev/core: Add state parameter to all callback functions.Damien George
2017-09-21stm32/usbdev: Simplify HID tx/rx buffer passing.Damien George
2017-09-21stm32/usbdev: Simplify CDC tx/rx buffer passing.Damien George
2017-09-21stm32/usbdev: Put all HID state in a struct.Damien George
2017-09-21stm32/usbdev: Put all CDC state in a struct.Damien George
2017-09-20stm32/usbdev: Change static function variable to non-static.Damien George
2017-09-20stm32/usbdev: Make the USBD callback struct const so it can go in ROM.Damien George
2017-09-13stm32/mpconfigport.h: Add configuration for max periphs on L4 series.Damien George
2017-09-13stm32/timer: Make pyb.Timer() instances persistent.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-12stm32/make-stmconst.py: Make sure mpz const data lives in ROM.Damien George
2017-09-10stm32/boards: Add new board B_L475E_IOT01A based on STM32L475.Tobias Badertscher
2017-09-08stm32/modnwwiznet5k: Release the GIL on blocking network operations.Damien George
2017-09-08stm32/i2c: When scanning for I2C devices only do 1 probe per address.Damien George
2017-09-06stm32/boards: Fix I2C1 pin mapping on NUCLEO_F401RE/F411RE boards.Damien George
2017-09-06stm32/boards: Change linker scripts to use "K" instead of hex byte size.Damien George
2017-09-06stm32/boards: Change remaining stm32f4xx_hal_conf.h to unix line ending.Damien George
2017-09-06stm32: Replace stray tabs with spaces.Damien George
2017-09-06stm32: Remove unused usbd_msc.c file.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George