Markus Fröschle
|
703df3199e
|
cleaned up project:
-moved all includes into "include" directory
-extracted "wait...()"-routines into separate files
|
2012-12-10 09:30:27 +00:00 |
|
Markus Fröschle
|
260d863d1c
|
Added LGPL copyright headers to all files that did undergo significant changes during the development of BaS_gcc.
Didn't touch any files that weren't changed.
Added COPYING and COPYING.LESSER, the LGPL mandatory license files
|
2012-12-04 08:57:13 +00:00 |
|
Markus Fröschle
|
5e64c5a8d7
|
renamed functions to spi_...() and sd_card...() according to target
|
2012-12-04 08:49:21 +00:00 |
|
Markus Fröschle
|
b3246e5f0c
|
renamed functions to spi_...() and sd_card...() according to target
|
2012-12-03 12:02:55 +00:00 |
|
Markus Fröschle
|
1da2567df4
|
write diagnostic message if PIC initialization failed
|
2012-11-24 07:00:00 +00:00 |
|
Markus Fröschle
|
9ecb9177dd
|
cosmetic changes
|
2012-11-20 22:27:47 +00:00 |
|
Markus Fröschle
|
32ed4084a0
|
added comments
|
2012-11-19 16:48:17 +00:00 |
|
Markus Fröschle
|
31b6e02a23
|
use shorter sd_send_bytes() routines
|
2012-11-19 16:42:46 +00:00 |
|
Markus Fröschle
|
c3f7e0e76e
|
use shorter sd_send_bytes() routines
|
2012-11-19 15:02:06 +00:00 |
|
Markus Fröschle
|
5ee9f19b2c
|
modified as inline functions
|
2012-11-19 14:19:10 +00:00 |
|
Markus Fröschle
|
0aeaa46bf5
|
added optimized read and write routines
|
2012-11-19 14:00:00 +00:00 |
|
Markus Fröschle
|
ed9133bce6
|
new include file sd_card.h
|
2012-11-19 06:37:17 +00:00 |
|
Markus Fröschle
|
d7600c620a
|
beefed up with Freescale's symbolic constants which hopefully makes the code more readable.
|
2012-11-18 20:57:16 +00:00 |
|
Markus Fröschle
|
0b5e4aca81
|
declared wait()-routines as inline void volatile since gcc decided to optimize out them sometimes. Do we need __attribute__(always_inline) ?
|
2012-11-18 10:10:38 +00:00 |
|
Markus Fröschle
|
b8fac29d99
|
loops to trick out DSPI FIFO
|
2012-11-18 09:25:28 +00:00 |
|
Markus Fröschle
|
03e6b13e0a
|
started sd_card.c transcribe to C
|
2012-11-18 09:20:50 +00:00 |
|
Markus Fröschle
|
b9c88021c6
|
renamed directory
|
2012-11-16 18:57:09 +00:00 |
|