128 Commits (688cc79294a16ac9cc291985a75184813d300ccd)

Author SHA1 Message Date
Damien George 7bb0f7b0f6 drivers: Add "from micropython import const" when const is used. 8 years ago
Damien George b4cc68e4a4 stmhal/led: Refactor LED to use mp_hal_pin_output() init function. 8 years ago
Dave Hylands c08f50bcf7 stmhal: Disable network and usocket for ESPRUINO_PICO 8 years ago
Dave Hylands 7a9c183c20 stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size. 8 years ago
Dave Hylands 1f433c719b stmhal: Fix linker map for STM32L476 chips. 8 years ago
Nicholas Graumann 7165fbd8f4 stmhal: Add virtual com port support for STM32L476DISC. 8 years ago
Krzysztof Blazewicz 9310dad15d stmhal: Put common definitions from linker files to common.ld. 8 years ago
Damien George 4874bde104 stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping. 8 years ago
Damien George 0fd3d8d19f stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. 8 years ago
Dave Hylands fedab995ee stmhal: Set STM32F7DISC CPU Frequency to 216 MHz 8 years ago
Matt Brejza 5af6184e72 stmhal: Make ADC channel 16 available on L4 MCUs. 8 years ago
Damien George dfb8144037 stmhal/boards: Update STM32L476 pin defs to include ADC channels. 8 years ago
David Siorpaes b67eb20ed0 stmhal: Fix I2C mappings for STM32F429DISC board. 8 years ago
Stefan Hölzl c8332a5463 stmhal: Add board definition files for Olimex STM32-E407. 9 years ago
Damien George 1dc2862a83 stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4. 9 years ago
Tobias Badertscher b924f649cd stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2. 9 years ago
Damien George 08d3d5d9ab stmhal: For LIMIFROG board, add early-init function to get to DFU mode. 9 years ago
Tobias Badertscher 770f169e63 stmhal: Add board files for LIMIFROG board. 9 years ago
Tobias Badertscher 0b6e28c999 stmhal: L4: Add board definition files for STM32L476DISC. 9 years ago
Dave Hylands 99fc0d120a stmhal: NUCELO_F401RE cleanup 9 years ago
Dave Hylands 00f921ce02 stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE 9 years ago
Dave Hylands 031fadd10e stmhal: Add board definition files for NUCLEO_F411RE 9 years ago
Christopher Arndt 9b5e05a7c7 stmhal: Add makefile target and configuration to deploy via OpenOCD. 9 years ago
Ryan Shaw ad725a6661 stmhal: Add support for generic STM32F439 board (non DISCO). 9 years ago
Dave Hylands 484a471f9b stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV. 9 years ago
Dave Hylands 367c084c4b stmhal: Fix typo in stm32f401.ld file, regarding flash size. 9 years ago
Pavol Rusnak ce3beb1672 stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards. 9 years ago
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