128 Commits (688cc79294a16ac9cc291985a75184813d300ccd)

Author SHA1 Message Date
Bob Clough 86e6ad76cb stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO). 9 years ago
tobbad 1abb449dfb stmhal: Fixed some typos in stm32f411_af.csv. 9 years ago
Dave Hylands 872f9af6ae stmhal: Use CMSIS_MCU definition from mpconfigboard.mk 9 years ago
Dave Hylands be66a9ecf6 stmhal: Generate modstm constants per build 9 years ago
Dave Hylands 5e11d2b349 stmhal: Enable SPI support for F7 MCUs. 9 years ago
Dave Hylands 34fe5a30c6 stmhal: Enable I2C support for F7 MCUs. 9 years ago
Dave Hylands 8f1eced69d stmhal: Add STM32F7 support for USB serial and storage. 9 years ago
Damien George 751485fe6b stmhal: Add support for USART1 and conditional pins in make-pins.py. 9 years ago
Damien George c0e39864c6 stmhal: Fix make-pins.py to allow Port K. 9 years ago
Dave Hylands 92d4b51ad5 stmhal: Add STM32F7DISC and associated changes. 9 years ago
blmorris 2af846e711 stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculation 9 years ago
Damien George a39df51d8a stmhal: Update Makefile and board configs to compile with relocated hal. 9 years ago
Dave Hylands 11115e4d23 stmhal: Add I2S support to make-pins.py 9 years ago
Dave Hylands 3ac2d06bd1 stmhal: Add support for UART5 10 years ago
Damien George 70446f46c2 stmhal: Allow to name SPI busses, and give them names for pyboard. 10 years ago
Damien George 0e6f5e08e1 stmhal: Allow to name I2C busses, and give them names for pyboard. 10 years ago
Damien George 1775b65e07 stmhal: Remove PYBVxx defines and use config vars for UART/CAN names. 10 years ago
Eero af Heurlin 2378be4e93 stmhal: Allow to configure UART pins completely via mpconfigboard.h. 10 years ago
Damien George 404b68da88 stmhal: Provide ADC capabilities for F401 and F411 MCUs. 10 years ago
Damien George b42a5050fb stmhal: Add support for STM32F411 MCU. 10 years ago
Damien George 90e6d0c2ac stmhal: Add support for Espruino Pico board. 10 years ago
Damien George e4b4e5aa31 stmhal: Add stm32f401.ld for linking F401 targets. 10 years ago
Damien George 0435e76250 stmhal: Make ld and af files configurable within Makefile. 10 years ago
Damien George 03ec6e4d01 stmhal: Add stm32f401_af.csv, for AF definitions of F401 MCUs. 10 years ago
Damien George 9253e7bdf7 stmhal: Rename stm32f4xx_af.csv to stm32f405_af.csv. 10 years ago
Damien George d15fe5a6b3 stmhal: Make I2C busses and their pins configurable in mpconfigboard.h. 10 years ago
Damien George 50ea86fe8b stmhal: For pins, define macros mapping board names to cpu names. 10 years ago
Damien George 2e5704d101 stmhal: Make a HW config option for LED4 being controlled by PWM. 10 years ago
Damien George 8bdbc20e74 stmhal: Make HSE PLL parameters configurable per board. 10 years ago
Damien George cfe623ae3e stmhal: Expose all PYBv1.0 pins, include SD and USB pins. 10 years ago
Damien George 49fe6dc89a stmhal: Add config option to use LSE/LSI for RTC. 10 years ago
Dave Hylands d7f199465f stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com. 10 years ago
Damien George 131185a2b8 stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 10 years ago
Damien George 181bfb6db2 stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George 20d239cb28 stmhal: Enable DAC on STM32F4DISC. 10 years ago
Damien George e5b1b7348a stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR. 10 years ago
Damien George efa04eafd3 stmhal: Add MMA_INT/PB2 to available pins on PYBV10. 10 years ago
Dave Hylands d46a822262 Fixed TIM2_CH1 definition. 10 years ago
Damien George 6dba992182 stmhal: Add config option to disable/enable CAN driver. 10 years ago
Damien George b766e79510 stmhal: Initial implementation of cc3k module and driver. 10 years ago
Hirotaka Kawata 2b4af54992 Add LIS3DSH accelometer support to staccel.py 10 years ago
Damien George 3b72da674e stmhal, STM32F4DISC: Small changes to ST accel driver. 10 years ago
Damien George e00fb08f99 stmhal, staccel.py: Style cleanup. 10 years ago
David Siorpaes f4ce26de5c Added LIS302DL ID check 10 years ago
Dave Hylands 3d945559d4 Added python script to map AF to a pin name 10 years ago
Damien George 101d87da6a stmhal: Working STM32F4DISC accelerometer, via Python script. 10 years ago
Damien George 0c64c634ca stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard"). 10 years ago
Damien George 284efa89ae stmhal/teensy: Use _ instead of - in source file names. 10 years ago
Dave Hylands 6f418fc1b0 Add support for selecting pin alternate functions from python. 10 years ago