summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/sdcard.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Remove trailing spaces, per coding conventions.Damien George2017-07-19
* stmhal/sdcard: Allow a board to customise the SDIO pins.Benjamin Weps2017-06-27
* stmhal: Convert all module and method tables to use MP_ROM macros.Damien George2017-05-06
* stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.Damien George2017-03-30
* stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.Damien George2017-03-02
* stmhal: Use mp_hal_delay_ms instead of HAL_Delay.Damien George2017-03-02
* stmhal: On boot, mount all available partitions of the SD card.Damien George2017-01-31
* stmhal: Set the FatFs partition number when initialising VFS object.Damien George2017-01-30
* extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George2017-01-30
* stmhal: Convert to use VFS sub-system and new ooFatFs component.Damien George2017-01-27
* stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.Damien George2016-12-22
* stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card.Jean-François Milants2016-12-02
* stmhal: enable SD power save (disable CLK on idle)Ryan Shaw2016-11-07
* stmhal: Enable SD card on L4 MCUs.dpslwk2016-06-29
* stmhal/sdcard: Allow to do unaligned read-from/write-to SD card.Damien George2016-05-13
* stmhal/sdcard: Fix initialisation of DMA TX so that writes work.Damien George2016-05-06
* stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.Tobias Badertscher2016-05-05
* extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.Damien George2016-02-10
* extmod/fsusermount: Support mounting of multiple block devices.Damien George2016-02-10
* stmhal: Expose flash and SD card as proper objects with block protocol.Damien George2016-02-10
* stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George2015-12-22
* stmhal: Protect SD card DMA transactions against USB MSC contention.Damien George2015-12-04
* stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx.Damien George2015-11-24
* stmhal: Add dma support for sdcard.Dave Hylands2015-11-24
* stmhal: Enable sdcard on STM32F7DISC board.Dave Hylands2015-10-30
* py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky2015-10-11
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* stmhal: Remove some unnecessary declarations, purely for cleanup.Damien George2015-03-20
* py: Use m_{new,renew,del} consistently.Damien George2015-02-27
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Add retry to SD card init.Damien George2014-10-20
* stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.Damien George2014-09-15
* stmhal/sdcard.c: add pyb.SD.writeFelix Domke2014-09-15
* Fix sdcard_power_on to not do anything if the card is already powered on.Dave Hylands2014-08-25
* stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.Damien George2014-07-07
* Disable IRQs around sdcard reads.Dave Hylands2014-07-06
* stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-28
* Add license header to (almost) all files.Damien George2014-05-03
* build: Simplify build directory layout by putting all headers in genhdr.Damien George2014-04-17
* Merge map.h into obj.h.Damien George2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* stmhal: Unify naming of HW config; make SD detect configurable.Damien George2014-03-30
* Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George2014-03-26
* Change mp_method_t.name from const char * to qstr.Damien George2014-03-26
* stmhal: Add SD card support.Damien George2014-03-17