index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
boards
Age
Commit message (
Expand
)
Author
2016-12-05
stmhal: Refactor UART configuration to use pin objects.
Rami Ali
2016-11-28
stmhal: Add address parameters to openocd config files.
Nicholas Graumann
2016-11-28
stmhal: Add OpenOCD configuration for STM32L4.
Nicholas Graumann
2016-11-16
stmhal/boards: configure all F4 boards to work with new HAL
Krzysztof Blazewicz
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-10-18
stmhal/led: Refactor LED to use mp_hal_pin_output() init function.
Damien George
2016-10-06
stmhal: Disable network and usocket for ESPRUINO_PICO
Dave Hylands
2016-10-05
stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.
Dave Hylands
2016-10-04
stmhal: Fix linker map for STM32L476 chips.
Dave Hylands
2016-09-27
stmhal: Add virtual com port support for STM32L476DISC.
Nicholas Graumann
2016-09-22
stmhal: Put common definitions from linker files to common.ld.
Krzysztof Blazewicz
2016-09-19
stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.
Damien George
2016-09-14
stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.
Damien George
2016-09-04
stmhal: Set STM32F7DISC CPU Frequency to 216 MHz
Dave Hylands
2016-08-25
stmhal: Make ADC channel 16 available on L4 MCUs.
Matt Brejza
2016-08-11
stmhal/boards: Update STM32L476 pin defs to include ADC channels.
Damien George
2016-08-04
stmhal: Fix I2C mappings for STM32F429DISC board.
David Siorpaes
2016-06-06
stmhal: Add board definition files for Olimex STM32-E407.
Stefan HoĢlzl
2016-05-13
stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4.
Damien George
2016-05-10
stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2.
Tobias Badertscher
2016-05-05
stmhal: For LIMIFROG board, add early-init function to get to DFU mode.
Damien George
2016-05-05
stmhal: Add board files for LIMIFROG board.
Tobias Badertscher
2016-04-16
stmhal: L4: Add board definition files for STM32L476DISC.
Tobias Badertscher
2016-03-13
stmhal: NUCELO_F401RE cleanup
Dave Hylands
2016-03-13
stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE
Dave Hylands
2016-03-12
stmhal: Add board definition files for NUCLEO_F411RE
Dave Hylands
2016-03-09
stmhal: Add makefile target and configuration to deploy via OpenOCD.
Christopher Arndt
2016-03-09
stmhal: Add support for generic STM32F439 board (non DISCO).
Ryan Shaw
2016-03-07
stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV.
Dave Hylands
2016-03-07
stmhal: Fix typo in stm32f401.ld file, regarding flash size.
Dave Hylands
2016-03-07
stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards.
Pavol Rusnak
2016-02-15
stmhal: Improvements to the STM32F4DISC UART config settings.
Dave Hylands
2016-02-15
stmhal: Some NETDUINO_PLUS_2 cleanup
Dave Hylands
2016-02-10
stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3
Dave Hylands
2016-02-10
stmhal: CERB40 - Add pins defines for I2C3
Dave Hylands
2016-02-10
stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pins
Dave Hylands
2016-02-10
stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL.
Dave Hylands
2016-02-06
stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.
Paul Sokolovsky
2016-01-29
stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.
Damien George
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-27
stmhal: Add support for the STM32F401NUCLEO board.
Carmine Noviello
2015-12-18
stmhal: Change PLL configuration for STM32F7DISC.
Fabian
2015-12-16
stmhal: Extend SPI support to fully support all SPI devices on STM32F429.
Tobias Badertscher
2015-12-12
stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Damien George
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-12-04
stmhal: Add option to free up TIM3 from USB VCP polling.
Damien George
2015-12-02
stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0.
Damien George
2015-11-26
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
Dave Hylands
2015-11-25
stmhal: Add support for the STM32F429I-DISCO kit by STMicro.
Tobias Badertscher
2015-11-23
stmhal: Implement delayed RTC initialization with LSI fallback.
T S
[next]