summaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2015-12-30stmhal: Fix USB on the STM32F429DISC boardDave Hylands
2015-12-25extmod/fsusermount: Move module qstrs to global pool from stmhal port.Paul Sokolovsky
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-12-19stmhal: Add mem8/mem16/mem32 operations to machine module.Dave Hylands
2015-12-18stmhal: Change PLL configuration for STM32F7DISC.Fabian
2015-12-18stmhal, cc3200: Actually implement machine -> umachine module weak link.Paul Sokolovsky
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
2015-12-16stmhal/moduselect: Implement "oneshot polling" flag.Paul Sokolovsky
2015-12-16stmhal: Extend SPI support to fully support all SPI devices on STM32F429.Tobias Badertscher
2015-12-12stmhal: Make uart init use struct instead of array for parsing args.Damien George
2015-12-12stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.Damien George
2015-12-10stmhal: add order-only dependency on build directorySven Wegener
2015-12-09stmhal/timer: Use mp_float_t instead of float.Damien George
2015-12-09stmhal: Enable two USB phys to be supported together.neilh10
2015-12-07stmhal: Print exception information in nlr_jump_failedDave Hylands
2015-12-07stmhal: Execute boot.py and main.py when formatting the file system.Dave Hylands
2015-12-04stmhal: Fix uart off by 1 circular buffer size.Ryan Shaw
2015-12-04stmhal: Add option to free up TIM3 from USB VCP polling.Damien George
2015-12-04stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher.Damien George
2015-12-04stmhal: Add rtc.init() method to force RTC to re-initialise.Damien George
2015-12-04stmhal: Protect SD card DMA transactions against USB MSC contention.Damien George
2015-12-04stmhal: Add raise_irq_pri and restore_irq_pri functions.Damien George
2015-12-02stmhal: Put all DMA channel & stream definitions in dma.hDave Hylands
2015-12-02stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0.Damien George
2015-11-30stmhal: Make uart.write() function correctly for timeout=0.Damien George
2015-11-30stmhal: uart.any() function now returns number of bytes available.Ryan Shaw
2015-11-26stmhal: Make stm.mem* support large integers.Dave Hylands
2015-11-26stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.Dave Hylands
2015-11-26stmhal: Allow make DEBUG=1 to buildDave Hylands
2015-11-25stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher
2015-11-25extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.Paul Sokolovsky
2015-11-25extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky
2015-11-25stmhal: Increase the priority of UART IRQ.Dave Hylands
2015-11-24stmhal: Process storage idle tick handler in different slot to DMA.Damien George
2015-11-24stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.Damien George
2015-11-24stmhal: Move flash storage idle tick handler from TIM3 to SysTick.Damien George
2015-11-24stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.Damien George
2015-11-24stmhal/irq: Add comment about SDIO priority being higher than DMA.Damien George
2015-11-24stmhal: On SysTick IRQ, only process one DMA channel at a time.Damien George
2015-11-24stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx.Damien George
2015-11-24stmhal: Small simplification of code to tickle DMA idle counter.Damien George
2015-11-24stmhal: Add dma support for sdcard.Dave Hylands
2015-11-24stmhal: Turn off DMA clocks when idle for 100 msecDave Hylands
2015-11-24stmhal: Put IRQs into priority order.Dave Hylands
2015-11-23stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.Damien George
2015-11-23stmhal: Implement delayed RTC initialization with LSI fallback.T S
2015-11-14stmhal/modmachine: Initial attempt to add I2C & SPI classes.Paul Sokolovsky
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-09stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George