101 Commits (1febaf3ac3fa8e815b92cf0549a78599a0a69cc5)

Author SHA1 Message Date
Dave Hylands ec37239e53 stmhal: Improvements to the STM32F4DISC UART config settings. 9 years ago
Dave Hylands 4b2938a4b0 stmhal: Some NETDUINO_PLUS_2 cleanup 9 years ago
Dave Hylands 32b7e93535 stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3 9 years ago
Dave Hylands f791e14750 stmhal: CERB40 - Add pins defines for I2C3 9 years ago
Dave Hylands 38ac23c942 stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pins 9 years ago
Dave Hylands a888d5ab91 stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL. 9 years ago
Paul Sokolovsky 97a0846af9 stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting. 9 years ago
Damien George a8a4b01af6 stmhal: Add PWM capability for LED(3) and LED(4) on pyboards. 9 years ago
Damien George ea89b80ff4 stmhal: Make TIM3 available for use by the user. 9 years ago
Carmine Noviello 3d42aa07dd stmhal: Add support for the STM32F401NUCLEO board. 10 years ago
Fabian d0f31ccf33 stmhal: Change PLL configuration for STM32F7DISC. 9 years ago
Tobias Badertscher c5d8ffef58 stmhal: Extend SPI support to fully support all SPI devices on STM32F429. 9 years ago
Damien George f7c4f9a640 stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx. 9 years ago
neilh10 1be0fde45c stmhal: Enable two USB phys to be supported together. 9 years ago
Damien George 66b96822fb stmhal: Add option to free up TIM3 from USB VCP polling. 9 years ago
Damien George e9a684d741 stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0. 9 years ago
Dave Hylands 061eb6fa6b stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. 9 years ago
Tobias Badertscher 8844d031e4 stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 9 years ago
T S 86aa16bea6 stmhal: Implement delayed RTC initialization with LSI fallback. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Damien George f705cb5f7a stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others. 9 years ago
Dave Hylands 823a961ecc stmhal: Enable sdcard on STM32F7DISC board. 9 years ago
Damien George 6f70283909 stmhal: Make accel AVDD pin configurable via mpconfigboard.h. 9 years ago
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