BytesGalore
a4d2ee307c
cpu: added extern "C"
to headers
2014-11-24 19:10:15 +01:00
Oleg Hahm
39abba1bc2
licenses: fix miss-spelled & missing boiler plates
2014-11-10 18:59:55 +01:00
Cenk Gündoğan
3989945679
converting tabs to spaces in cpu ( #1439 )
...
This PR converts tabs to white spaces.
The statement I used for the conversion:
```find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;```
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
2014-07-31 20:46:28 +02:00
Hauke Petersen
7545eff784
core/cpu/board: moved F_CPU define to board
2014-05-06 10:36:09 +02:00
Ludwig Ortmann
2525920426
remove trailing whitespace and newlines
2014-02-11 18:45:06 +01:00
Thomas Eichinger
1e39e7e486
change to the mc1322x IRQ handling
...
since mc1322x lacks a VIC this is a kind of SW VIC with low latency and
compatibility to the VIC API in mind.
2013-12-18 11:11:14 +01:00
Oleg Hahm
6d130a45ac
updated license headers
...
(No code changes!)
2013-08-16 10:20:23 +02:00
Thomas Eichinger
92adb3e401
* added proper "struct TMR_struct*" in hwtimer_cpu.c
...
* removed dublicate definition of the UART structure in mc1322x.h
2013-07-23 10:36:16 +02:00
Thomas Eichinger
ee6d1e1604
implemented hwtimer_arch_(enable|disable)_interrupt() and added ITC definitions
2013-04-25 14:56:32 +02:00
Oliver Hahm
ce294b4249
* changed to struct based register access for mc1322x
2013-04-02 02:06:24 +02:00
Oliver Hahm
2177b130d7
* added header and preliminary hwtimer code for mc1322x
...
* renamed start to startup
2013-04-01 02:11:43 +02:00