aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards
AgeCommit message (Expand)Author
2016-06-06stmhal: Add board definition files for Olimex STM32-E407.Stefan Hölzl
2016-05-13stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4.Damien George
2016-05-10stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2.Tobias Badertscher
2016-05-05stmhal: For LIMIFROG board, add early-init function to get to DFU mode.Damien George
2016-05-05stmhal: Add board files for LIMIFROG board.Tobias Badertscher
2016-04-16stmhal: L4: Add board definition files for STM32L476DISC.Tobias Badertscher
2016-03-13stmhal: NUCELO_F401RE cleanupDave Hylands
2016-03-13stmhal: Rename STM32F401NUCLEO to NUCLEO_F401REDave Hylands
2016-03-12stmhal: Add board definition files for NUCLEO_F411REDave Hylands
2016-03-09stmhal: Add makefile target and configuration to deploy via OpenOCD.Christopher Arndt
2016-03-09stmhal: Add support for generic STM32F439 board (non DISCO).Ryan Shaw
2016-03-07stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV.Dave Hylands
2016-03-07stmhal: Fix typo in stm32f401.ld file, regarding flash size.Dave Hylands
2016-03-07stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards.Pavol Rusnak
2016-02-15stmhal: Improvements to the STM32F4DISC UART config settings.Dave Hylands
2016-02-15stmhal: Some NETDUINO_PLUS_2 cleanupDave Hylands
2016-02-10stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3Dave Hylands
2016-02-10stmhal: CERB40 - Add pins defines for I2C3Dave Hylands
2016-02-10stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pinsDave Hylands
2016-02-10stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL.Dave Hylands
2016-02-06stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.Paul Sokolovsky
2016-01-29stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-27stmhal: Add support for the STM32F401NUCLEO board.Carmine Noviello
2015-12-18stmhal: Change PLL configuration for STM32F7DISC.Fabian
2015-12-16stmhal: Extend SPI support to fully support all SPI devices on STM32F429.Tobias Badertscher
2015-12-12stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.Damien George
2015-12-09stmhal: Enable two USB phys to be supported together.neilh10
2015-12-04stmhal: Add option to free up TIM3 from USB VCP polling.Damien George
2015-12-02stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0.Damien George
2015-11-26stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.Dave Hylands
2015-11-25stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher
2015-11-23stmhal: Implement delayed RTC initialization with LSI fallback.T S
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-31stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others.Damien George
2015-10-30stmhal: Enable sdcard on STM32F7DISC board.Dave Hylands
2015-10-29stmhal: Make accel AVDD pin configurable via mpconfigboard.h.Damien George
2015-08-29stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO).Bob Clough
2015-08-17stmhal: Fixed some typos in stm32f411_af.csv.tobbad
2015-08-07stmhal: Use CMSIS_MCU definition from mpconfigboard.mkDave Hylands
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-08-05stmhal: Enable SPI support for F7 MCUs.Dave Hylands
2015-08-05stmhal: Enable I2C support for F7 MCUs.Dave Hylands
2015-08-03stmhal: Add STM32F7 support for USB serial and storage.Dave Hylands
2015-08-03stmhal: Add support for USART1 and conditional pins in make-pins.py.Damien George
2015-08-03stmhal: Fix make-pins.py to allow Port K.Damien George
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands
2015-07-20stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculationblmorris
2015-07-20stmhal: Update Makefile and board configs to compile with relocated hal.Damien George
2015-07-07stmhal: Add I2S support to make-pins.pyDave Hylands