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