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
/
sdcard.c
Age
Commit message (
Expand
)
Author
2016-02-10
extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.
Damien George
2016-02-10
extmod/fsusermount: Support mounting of multiple block devices.
Damien George
2016-02-10
stmhal: Expose flash and SD card as proper objects with block protocol.
Damien George
2015-12-22
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Damien George
2015-12-04
stmhal: Protect SD card DMA transactions against USB MSC contention.
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: Add dma support for sdcard.
Dave Hylands
2015-10-30
stmhal: Enable sdcard on STM32F7DISC board.
Dave Hylands
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-03-20
stmhal: Remove some unnecessary declarations, purely for cleanup.
Damien George
2015-02-27
py: Use m_{new,renew,del} consistently.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-20
stmhal: Add retry to SD card init.
Damien George
2014-09-15
stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.
Damien George
2014-09-15
stmhal/sdcard.c: add pyb.SD.write
Felix Domke
2014-08-25
Fix sdcard_power_on to not do anything if the card is already powered on.
Dave Hylands
2014-07-07
stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.
Damien George
2014-07-06
Disable IRQs around sdcard reads.
Dave Hylands
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-17
stmhal: Add SD card support.
Damien George