Commit Graph

8 Commits (bddaee751d2a1c08f390610de406370f829c3c79)

Author SHA1 Message Date
Joakim Gebart cc27846ac3 cpu/stm32f4/include/stm32f415xx.h: Trailing whitespace 8 years ago
James Hollister 722835989d cpu/stm32f4: added cpuid_get to stm32f4 8 years ago
Fabian Nack dc658f8be0 boards - msbiot: prepare msbiot for new cc110x driver 8 years ago
BytesGalore a4d2ee307c cpu: added `extern "C"` to headers 8 years ago
Oleg Hahm 6d8c0d74c3 doc: some doxygen cleanups
* removed RIOT unrelated cpu documentation
* introduced cpu_specific prefix to mark such documentation
* put oneway_malloc and crypto into sys group
9 years ago
Fabian Nack 47657ac7d9 cpu - stm32f4: add support for stm32f415rg 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
Hauke Petersen 2fa9b4de82 cpu: Initial import of stm32f4 9 years ago