aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2015-10-08stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.Damien George
2015-10-06stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-09-15py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille
2015-09-15stmhal: Use polling, not DMA, for 1 byte SPI transfers.Damien George
2015-09-12stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.Tom Soulanille
2015-09-03stmhal: add option to query for the current usb modeTony Abboud
2015-08-29stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO).Bob Clough
2015-08-17stmhal: Fixed some typos in stm32f411_af.csv.tobbad
2015-08-15stmhal: Enable I & D caches for M7Dave Hylands
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2015-08-07stmhal: Use CMSIS_MCU definition from mpconfigboard.mkDave Hylands
2015-08-07stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7Dave Hylands
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-08-07stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.Damien George
2015-08-05stmhal: Fix hardfault when configured as a SPI slaveDave Hylands
2015-08-05stmhal: Enable SPI support for F7 MCUs.Dave Hylands
2015-08-05stmhal: Enable I2C support for F7 MCUs.Dave Hylands
2015-08-03stmhal: Add HALCOMMITS file with list of commits that touch the hal.Damien George
2015-08-03stmhal: Port of f4 hal commit 1d7fb82 to f7 halDave Hylands
2015-08-03stmhal: Port of f4 hal commit 09de030 to f7 halDave Hylands
2015-08-03stmhal: Port of f4 hal commit c568a2b to f7 halDave Hylands
2015-08-03stmhal: M7 Reset clocksources changed by DFU bootloaderDave Hylands
2015-08-03stmhal: Add STM32F7 support for USB serial and storage.Dave Hylands
2015-08-03stmhal: Add support for USART1 and conditional pins in make-pins.py.Damien George
2015-08-03stmhal: Add better support for UART having Tx and Rx on different ports.Damien George
2015-08-03stmhal: Fix make-pins.py to allow Port K.Damien George
2015-08-03stmhal: Add debug capability to print out info about a hard fault.Damien George
2015-08-03stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George
2015-08-03stmhal: Factor out USRSW boot-up code and support boards with 1 LED.Damien George
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands
2015-07-30stmhal: Renamed startup/system/_it.[ch] file to generic names.Dave Hylands
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-07-30stmhal: Expose uwTick in f7 hal.Damien George
2015-07-30stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0.Dave Hylands
2015-07-27stmhal: Put fs_user_mount pointer in root ptr section of global state.Damien George
2015-07-27stmhal: Check if user block device is mounted before accessing it.Damien George
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
2015-07-22stmhal: Allow ADC.read_timed to take Timer object in place of freq.Damien George
2015-07-21stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4.Damien George
2015-07-21stmhal: Allow DAC.write_timed to take Timer object in place of freq.Damien George
2015-07-21stmhal: Clean up DAC code a little.Damien George
2015-07-20stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculationblmorris
2015-07-20stmhal: Add CMSIS device header files for STM32F2xx series.Damien George
2015-07-20stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory.Wojtek Siudzinski
2015-07-20stmhal: Update Makefile and board configs to compile with relocated hal.Damien George
2015-07-20stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.Damien George
2015-07-14stmhal: Add qstr definition for ifconfig when building for WizNetDave Hylands
2015-07-07stmhal: Add I2S support to make-pins.pyDave Hylands
2015-06-27stmhal: Add config option for storage to use second flash segment.Damien George