224 Commits (266446624fc055e988782577286fe91efbda438e)

Author SHA1 Message Date
Damien George dbff0164b3 stm32/usbdev: Merge all global USB device state into a single struct. 7 years ago
Damien George 0ea73d2da7 stm32/usbdev: Simplify pointers to MSC state and block dev operations. 7 years ago
Damien George f8f17f48c5 stm32/usbdev: Put all state for the USB device driver in a struct. 7 years ago
Damien George 35e3435f6e stm32/usbdev/core: Add state parameter to all callback functions. 7 years ago
Damien George b3b922f177 stm32/usbdev: Simplify HID tx/rx buffer passing. 7 years ago
Damien George e04b478050 stm32/usbdev: Simplify CDC tx/rx buffer passing. 7 years ago
Damien George 77e1da40e2 stm32/usbdev: Put all HID state in a struct. 7 years ago
Damien George 980b33177b stm32/usbdev: Put all CDC state in a struct. 7 years ago
Damien George 347de3e218 stm32/usbdev: Change static function variable to non-static. 7 years ago
Damien George 78602a217f stm32/usbdev: Make the USBD callback struct const so it can go in ROM. 7 years ago
Damien George aca498c2b0 stm32/mpconfigport.h: Add configuration for max periphs on L4 series. 7 years ago
Damien George d7cd1d2027 stm32/timer: Make pyb.Timer() instances persistent. 7 years ago
Damien George da8c4c2653 py/builtinhelp: Change signature of help text var from pointer to array. 7 years ago
Damien George eea5fcc442 stm32/make-stmconst.py: Make sure mpz const data lives in ROM. 7 years ago
Tobias Badertscher bd71b3252a stm32/boards: Add new board B_L475E_IOT01A based on STM32L475. 7 years ago
Damien George cc7fece309 stm32/modnwwiznet5k: Release the GIL on blocking network operations. 7 years ago
Damien George 19f1b39d6f stm32/i2c: When scanning for I2C devices only do 1 probe per address. 7 years ago
Damien George 069fc48bf6 stm32/boards: Fix I2C1 pin mapping on NUCLEO_F401RE/F411RE boards. 7 years ago
Damien George 21c889baeb stm32/boards: Change linker scripts to use "K" instead of hex byte size. 7 years ago
Damien George 81375eb470 stm32/boards: Change remaining stm32f4xx_hal_conf.h to unix line ending. 7 years ago
Damien George 3101a8fe32 stm32: Replace stray tabs with spaces. 7 years ago
Damien George f1dd0fd7df stm32: Remove unused usbd_msc.c file. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago