aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-24stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3.Damien George
2017-08-24stmhal: Compute PLL freq table during build instead of at run time.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-12stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.Damien George
2017-07-04stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.Damien George
2017-07-03stmhal: Clean up some header includes.Damien George
2017-07-03stmhal/boards: Add configuration files for NUCLEO_F429ZI.Alberto Petrucci
2017-06-28stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C nameDamien George
2017-06-28stmhal/boards: Enable double-prec FP on F76x boards.Damien George
2017-06-26stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash.Damien George
2017-06-07stmhal: Add support for NUCLEO_F446RE board.Dave Hylands
2017-05-30stmhal/boards: Enable DAC for NUCLEO_F767ZI board.Damien George
2017-05-06stmhal: Convert all module and method tables to use MP_ROM macros.Damien George
2017-03-31stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.Damien George
2017-03-30stmhal/boards: Remove F769 alt function table, it's same as for F767.Damien George
2017-03-30stmhal/boards/STM32F769DISC: Fix user switch pin, and document stlink.Damien George
2017-03-30stmhal/boards/STM32F769DISC: Get SD card working by using SDMMC2.Damien George
2017-03-30stmhal/boards: Update F76x alternate function table to add SDMMC2.Damien George
2017-03-30stmhal: Support SDMMC alternate functions in pin generation.Damien George
2017-03-28stmhal/board: Fix existing and add more pin defs for NUCLEO_F767ZI.Damien George
2017-03-28stmhal/boards: Fix alt-func config for PA5 of STM32F767.Damien George
2017-02-13stmhal/boards: For STM32F411DISC, change I2C pin according to datasheet.Johannes Wågen
2017-01-30stmhal: Fix stack pointer initialisation for F411 and F429 boards.Damien George
2017-01-24stmhal/boards/STM32L476DISC: Use external SPI flash for filesystem.Damien George
2017-01-24stmhal: Fix examples in openocd configs to include addresses.Pavol Rusnak
2016-12-22stmhal: Add support for STM32 Nucleo64 L476RG.sergiuszm
2016-12-22stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.Damien George
2016-12-13stmhal: Move PY_SYS_PLATFORM config from board to general config file.Damien George
2016-12-13stmhal: Add STM32F769DISC board files.Rami Ali
2016-12-13stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.Rami Ali
2016-12-07stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.Rami Ali
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