aboutsummaryrefslogtreecommitdiff
path: root/stmhal/sdcard.c
AgeCommit message (Expand)Author
2015-03-20stmhal: Remove some unnecessary declarations, purely for cleanup.Damien George
2015-02-27py: Use m_{new,renew,del} consistently.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-10-20stmhal: Add retry to SD card init.Damien George
2014-09-15stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.Damien George
2014-09-15stmhal/sdcard.c: add pyb.SD.writeFelix Domke
2014-08-25Fix sdcard_power_on to not do anything if the card is already powered on.Dave Hylands
2014-07-07stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.Damien George
2014-07-06Disable IRQs around sdcard reads.Dave Hylands
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-17stmhal: Add SD card support.Damien George