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
|
b23337a303
|
updated comments
|
2012-11-18 10:28:21 +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
|
900c7a48af
|
added NOP() macro
|
2012-11-18 07:42:02 +00:00 |
|
Markus Fröschle
|
fee5213b83
|
return from busy-waiting after a certain time
|
2012-11-18 07:39:33 +00:00 |
|
Markus Fröschle
|
845744778a
|
modified busy waiting loops (new function: waitfor(us, condition) to only wait for a certain time until the expected condition comes true, otherwise just return without the job done
|
2012-11-17 14:22:34 +00:00 |
|
Markus Fröschle
|
b9c88021c6
|
renamed directory
|
2012-11-16 18:57:09 +00:00 |
|