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
Age
Commit message (
Expand
)
Author
2015-12-07
stmhal: Print exception information in nlr_jump_failed
Dave Hylands
2015-12-07
stmhal: Execute boot.py and main.py when formatting the file system.
Dave Hylands
2015-12-04
stmhal: Fix uart off by 1 circular buffer size.
Ryan Shaw
2015-12-04
stmhal: Add option to free up TIM3 from USB VCP polling.
Damien George
2015-12-04
stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher.
Damien George
2015-12-04
stmhal: Add rtc.init() method to force RTC to re-initialise.
Damien George
2015-12-04
stmhal: Protect SD card DMA transactions against USB MSC contention.
Damien George
2015-12-04
stmhal: Add raise_irq_pri and restore_irq_pri functions.
Damien George
2015-12-02
stmhal: Put all DMA channel & stream definitions in dma.h
Dave Hylands
2015-12-02
stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0.
Damien George
2015-11-30
stmhal: Make uart.write() function correctly for timeout=0.
Damien George
2015-11-30
stmhal: uart.any() function now returns number of bytes available.
Ryan Shaw
2015-11-26
stmhal: Make stm.mem* support large integers.
Dave Hylands
2015-11-26
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
Dave Hylands
2015-11-26
stmhal: Allow make DEBUG=1 to build
Dave Hylands
2015-11-25
stmhal: Add support for the STM32F429I-DISCO kit by STMicro.
Tobias Badertscher
2015-11-25
extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.
Paul Sokolovsky
2015-11-25
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Paul Sokolovsky
2015-11-25
stmhal: Increase the priority of UART IRQ.
Dave Hylands
2015-11-24
stmhal: Process storage idle tick handler in different slot to DMA.
Damien George
2015-11-24
stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.
Damien George
2015-11-24
stmhal: Move flash storage idle tick handler from TIM3 to SysTick.
Damien George
2015-11-24
stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.
Damien George
2015-11-24
stmhal/irq: Add comment about SDIO priority being higher than DMA.
Damien George
2015-11-24
stmhal: On SysTick IRQ, only process one DMA channel at a time.
Damien George
2015-11-24
stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx.
Damien George
2015-11-24
stmhal: Small simplification of code to tickle DMA idle counter.
Damien George
2015-11-24
stmhal: Add dma support for sdcard.
Dave Hylands
2015-11-24
stmhal: Turn off DMA clocks when idle for 100 msec
Dave Hylands
2015-11-24
stmhal: Put IRQs into priority order.
Dave Hylands
2015-11-23
stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.
Damien George
2015-11-23
stmhal: Implement delayed RTC initialization with LSI fallback.
T S
2015-11-14
stmhal/modmachine: Initial attempt to add I2C & SPI classes.
Paul Sokolovsky
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-11-09
stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.
Paul Sokolovsky
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-08
stmhal: FatFS configuration moved to the library folder.
Alex March
2015-11-07
stmhal: Fix RTC code to work on the F7
Dave Hylands
2015-11-07
stmhal: Print more information at HardFault time.
Dave Hylands
2015-11-06
stmhal: Add missing regex property for parsing header comments
Tony Abboud
2015-11-06
stmhal/rtc: LSx oscillator is only initialized upon initial power up.
T S
2015-11-02
stmhal/can: Fix a bug in filter handling.
Henrik Sölver
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others.
Damien George
2015-10-30
stmhal: f7: Fix recent RTC change to build on F7.
Dave Hylands
2015-10-30
stmhal: Make RTC init skip startup if LTE is already enabled and ready.
Peter Hinch
2015-10-30
stmhal: Add define for UNIQUE_ID address (differs per MCU)
Dave Hylands
2015-10-30
stmhal: Enable sdcard on STM32F7DISC board.
Dave Hylands
[next]