summaryrefslogtreecommitdiff
path: root/stmhal/boards/PYBV10
AgeCommit message (Expand)Author
2016-12-13stmhal: Move PY_SYS_PLATFORM config from board to general config file.Damien George
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-11-16stmhal/boards: configure all F4 boards to work with new HALKrzysztof Blazewicz
2016-10-18stmhal/led: Refactor LED to use mp_hal_pin_output() init function.Damien George
2016-05-13stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4.Damien George
2016-03-07stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards.Pavol Rusnak
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
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-11-23stmhal: Implement delayed RTC initialization with LSI fallback.T S
2015-10-29stmhal: Make accel AVDD pin configurable via mpconfigboard.h.Damien George
2015-08-07stmhal: Use CMSIS_MCU definition from mpconfigboard.mkDave Hylands
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-07-20stmhal: Update Makefile and board configs to compile with relocated hal.Damien George
2015-05-27stmhal: Allow to name SPI busses, and give them names for pyboard.Damien George
2015-05-27stmhal: Allow to name I2C busses, and give them names for pyboard.Damien George
2015-05-27stmhal: Remove PYBVxx defines and use config vars for UART/CAN names.Damien George
2015-05-03stmhal: Allow to configure UART pins completely via mpconfigboard.h.Eero af Heurlin
2015-04-18stmhal: Make ld and af files configurable within Makefile.Damien George
2015-04-18stmhal: Make I2C busses and their pins configurable in mpconfigboard.h.Damien George
2015-04-18stmhal: Make a HW config option for LED4 being controlled by PWM.Damien George
2015-04-18stmhal: Make HSE PLL parameters configurable per board.Damien George
2015-03-22stmhal: Expose all PYBv1.0 pins, include SD and USB pins.Damien George
2015-03-16stmhal: Add config option to use LSE/LSI for RTC.Damien George
2015-01-21stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com.Dave Hylands
2015-01-12stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.Damien George
2015-01-07stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without itDamien George
2014-10-22stmhal: Add MMA_INT/PB2 to available pins on PYBV10.Damien George
2014-10-05stmhal: Add config option to disable/enable CAN driver.Damien George
2014-09-26stmhal: Initial implementation of cc3k module and driver.Damien George
2014-08-10stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard").Damien George
2014-08-06stmhal: Update STM32Cube F4 HAL driver to V1.3.0.Damien George
2014-06-27Change MCU name config micromux
2014-06-19Add MICROPY_HW_MICRO_NAME to boards configmux
2014-05-03stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.Damien George
2014-04-30stmhal: Reinstate CC3000 driver from old stm/ port.Damien George
2014-04-20stmhal: Improved configurability for I2C and SPI busses.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George