Commit Graph

3439 Commits (4546c3f83cd6c935ff80bf78836b15c3f268d1fb)
 

Author SHA1 Message Date
Ludwig Ortmann 4546c3f83c Merge pull request #1524 from Kijewski/make-board-name-string
make: provide BOARD, MCU and CPU name as a string
9 years ago
René Kijewski b7b7fd3bc1 make: provide BOARD, MCU and CPU name as a string
This PR adds the defined `RIOT_BOARD`, `RIOT_CPU` and `RIOT_MCU`.
They each are defined as `BOARD_${BOARD}`, `CPU_${CPU}`, and
`MCU_${CPU}`, resp.

`BOARD_${BOARD}` is defined as the string `"${BOARD}"`, but not in upper
case. Same for the other two.
9 years ago
Martine Lenders 38cd1880c6 Merge pull request #1523 from OlegHahm/sixlowpan_minor
sixlowpan: minor cleanups and debugging
9 years ago
Oleg Hahm 5dc38a3e8c sixlowpan: some additional debugging 9 years ago
Oleg Hahm f2b9e20716 sixlowpan: decrement processing semaphore when discarding 9 years ago
René Kijewski 9cf5ece44f Merge pull request #1460 from Kijewski/issue-1457
pkg: add USEPKG module "libfixmath"
9 years ago
René Kijewski d7b4f1a5ba pkg: add USEPKG module "libfixmath"
This PR adds the USEPKG module "libfixmath".
It integrates https://code.google.com/p/libfixmath/ into RIOT, cmp. #1457.
9 years ago
Hauke Petersen 938c61a5a2 Merge pull request #1456 from haukepetersen/board_stm32f3discovery
board/cpu: Added support for the stm32f3discovery board and stm32f3 cpu
9 years ago
Hauke Petersen e762dee78e Merge pull request #1520 from authmillenon/cpu-id-doc
native: cpu: Add documentatiton for CPUID_ID_LEN
9 years ago
Martine Lenders b1bc11c7fc native: cpu: Add documentatiton for CPUID_ID_LEN 9 years ago
Martine Lenders 7516c94dd8 Merge pull request #854 from authmillenon/cpu-id
drivers/cpu: add function to get CPU id/serial number
9 years ago
Ludwig Ortmann d55da67fb6 Merge pull request #1329 from LudwigOrtmann/riot_license
RIOT default license header change
9 years ago
Oleg Hahm db2cf8df1a Merge pull request #1518 from cgundogan/remove_tabs_tests
converting tabs to spaces in tests (#1439)
9 years ago
Oleg Hahm 9f0d8d48fd Merge pull request #1515 from cgundogan/remove_tabs_dist
converting tabs to spaces in dist (#1439)
9 years ago
Martin Lenders 239f2e0f24 Implement CPU id getter for native 9 years ago
Oleg Hahm 937cc51d66 Merge pull request #1516 from cgundogan/remove_tabs_drivers
converting tabs to spaces in drivers (#1439)
9 years ago
Hauke Petersen 19ab93cadc Merge pull request #1509 from haukepetersen/fix_cortexmcommon_cppcheck
cpu/cortex-mX_common: fixed type issues in thread_arch
9 years ago
Oleg Hahm eec7780117 Merge pull request #1517 from cgundogan/remove_tabs_sys
converting tabs to spaces in sys (#1439)
9 years ago
Hauke Petersen c54594632f Merge pull request #1505 from haukepetersen/add_stm32f0_adc
cpu/board: added ADC driver for stm32f0discovery
9 years ago
Oleg Hahm 8890470783 Merge pull request #1514 from cgundogan/remove_tabs_cpu
converting tabs to spaces in cpu (#1439)
9 years ago
Ludwig Ortmann 5fdce06b3b doc: use lgplv2.1-short license header instead of lgplv2-short-v1 9 years ago
Ludwig Ortmann 73aa3739d2 doc: use lgplv2.1-short license header instead of lgplv2-short-v2 9 years ago
Ludwig Ortmann c40b281873 doc: use lgplv2.1-short license header instead of lgplv2-short-v3 9 years ago
Ludwig Ortmann 3ca4f18479 doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
Ludwig Ortmann 1200c3bc46 doc: fix comment indentation 9 years ago
Oleg Hahm 8a337f3566 Merge pull request #1512 from cgundogan/remove_tabs_boards
converting tabs to spaces in boards (#1439)
9 years ago
Martine Lenders 107ef28705 Merge pull request #1470 from haukepetersen/add_stm32f4_adc
cpu/board: added ADC driver for stm32f4discovery
9 years ago
Cenk Gündoğan b8009f1be5 converting tabs to spaces in tests (#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
René Kijewski cc6c4fb34a Merge pull request #1513 from cgundogan/remove_tabs_core
converting tabs to spaces in core (#1439)
9 years ago
Cenk Gündoğan ca5b45e264 converting tabs to spaces in sys (#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
Cenk Gündoğan c0f80c7f75 converting tabs to spaces in drivers (#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
Cenk Gündoğan 2b0b81b921 converting tabs to spaces in dist (#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
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
Cenk Gündoğan 5e8c0c9058 converting tabs to spaces in core (#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
Cenk Gündoğan 7ca2e874e1 converting tabs to spaces in boards (#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
Martin Lenders 3a6adcc92c Implement CPU serial number getter. 9 years ago
Hauke Petersen f2c8997acc examples/tests: blacklisted stm32f3discovery 9 years ago
Hauke Petersen 275e8f0278 cpu - cortex-m4_common: fixes to thread_arch.c 9 years ago
Hauke Petersen 94848cf57f board: Initial import of stm32f3discovery 9 years ago
Hauke Petersen c5c860f435 cpu: Initial import of stm32f3 9 years ago
Hauke Petersen 14e65fc48d cpu/cortex-mX_common: fixed type issues
- added explicit cast for stack pointer
- fixed printf type inconsistency
9 years ago
Ludwig Ortmann 20eca429ca Merge pull request #1314 from LudwigOrtmann/license_unification
License unification
9 years ago
Ludwig Ortmann cee59dae23 lpc2k: unify Paul Stoffregen license headers 9 years ago
Ludwig Ortmann 249b3085cd lpc2387: change comment style for license checker 9 years ago
Hauke Petersen b451de05e4 cpu/board: added ADC driver for stm32f4discovery 9 years ago
Ludwig Ortmann 5e8517d956 Merge pull request #1506 from haukepetersen/fix_driver_servo
drivers/servo: fixed very stupid coding error
9 years ago
Hauke Petersen 10d5b5a781 drivers/servo: fixed very stupid coding error 9 years ago
Hauke Petersen 3a45a062d1 cpu/board: added ADC driver for stm32f0discovery
- added ADC implementation for the stm32f0 cpu
- added ADC pin/device configuration for stm32f0discovery board
9 years ago
René Kijewski f183730917 make: force traversal into PKG's, same as normal modules 9 years ago
René Kijewski ae4a668695 Merge pull request #1502 from Kijewski/issue-1485
tests: remove `test_` prefix
9 years ago