Commit Graph

18 Commits (0f2fa7883cf75bec70d3ade0ec8d3e00b8151a7c)

Author SHA1 Message Date
Alexandre Abadie 3e49d0c8c6 Merge pull request #6434 from aabadie/petersen_typo
cpu: fix typo in author email
7 years ago
Alexandre Abadie 245f60edfa cpu: fix typo in author email 7 years ago
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 7 years ago
Hauke Petersen 335ec926de cpu/cc430: added peripheral timer implementation 8 years ago
Joakim Gebart 13832d8e62 everything: Remove filename from @file Doxygen command 8 years ago
Oleg Hahm 498edb1854 cc430: lpc2387: switch to new periph/rtc interface
Removes the old interface.
9 years ago
BytesGalore a4d2ee307c cpu: added `extern "C"` to headers 9 years ago
Ludwig Ortmann 2439bd839c doc: fix more license headers
Remove some cruft, set correct lgpl versions, update to lgpl where
this had been overlooked in the past, fix odd comment style...
9 years ago
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.
9 years ago
Oleg Hahm ef4fe6616c documentation: unified descriptive text for cpu 9 years ago
Oleg Hahm 903ec54a43 making include directives consistent 10 years ago
Ludwig Ortmann 926c1d3da0 GNU Lesser General Public License -> LGPLv2 10 years ago
Ludwig Ortmann d6c213fb47 fix grammar in license header 10 years ago
Oliver Hahm 5d70656343 fixed coding conventions (mostly by astyle) 10 years ago
Oliver Hahm 0d6d8390c0 * updated copyright and license headers in various files 10 years ago
Oleg Hahm 2277b366b2 * removed outdated occurrences of (u|µ)kleos and FeuerWare 11 years ago
Oliver Hahm be71c14f04 [cpu/cc430]
* added adc driver for cc430
13 years ago
Oliver Hahm ddcbd10a03 [RTC]
* added a general RTC header
* added RTC support to chronos
13 years ago