aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards
AgeCommit message (Expand)Author
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-11-28stmhal: Add address parameters to openocd config files.Nicholas Graumann
2016-11-28stmhal: Add OpenOCD configuration for STM32L4.Nicholas Graumann
2016-11-16stmhal/boards: configure all F4 boards to work with new HALKrzysztof Blazewicz
2016-11-03drivers: Add "from micropython import const" when const is used.Damien George
2016-10-18stmhal/led: Refactor LED to use mp_hal_pin_output() init function.Damien George
2016-10-06stmhal: Disable network and usocket for ESPRUINO_PICODave Hylands
2016-10-05stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.Dave Hylands
2016-10-04stmhal: Fix linker map for STM32L476 chips.Dave Hylands
2016-09-27stmhal: Add virtual com port support for STM32L476DISC.Nicholas Graumann
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2016-09-19stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.Damien George
2016-09-14stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.Damien George
2016-09-04stmhal: Set STM32F7DISC CPU Frequency to 216 MHzDave Hylands
2016-08-25stmhal: Make ADC channel 16 available on L4 MCUs.Matt Brejza
2016-08-11stmhal/boards: Update STM32L476 pin defs to include ADC channels.Damien George
2016-08-04stmhal: Fix I2C mappings for STM32F429DISC board.David Siorpaes
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