|
57daad4ed6
|
boards/nucleo144-f446: initial support
|
2017-03-16 18:23:38 +01:00 |
|
Francisco Acosta
|
f839e73b1a
|
Merge pull request #6615 from aabadie/nucleo_f302
boards/nucleo-f302: initial support
|
2017-03-16 17:58:14 +01:00 |
|
Vincent Dupont
|
379eb24684
|
Merge pull request #6741 from lebrush/refactor/boards-msbiot-leds
boards/msbiot: use LED defines
|
2017-03-16 17:09:51 +01:00 |
|
|
62ccabc81a
|
boards/nucleo144-f413: adapt to common nucleo144 code
|
2017-03-16 11:03:38 +01:00 |
|
|
5634e0d4af
|
boards/nucleo144-f207: adapt to common nucleo144 code
|
2017-03-16 11:03:38 +01:00 |
|
|
1c96a2d617
|
boards/nucleo144-common: factorize common code for nucleo 144 boards
|
2017-03-16 11:03:38 +01:00 |
|
|
607efecba1
|
boards/nucleo32-f303: adapt to common nucleo32 code
|
2017-03-16 11:03:38 +01:00 |
|
|
5f02a41597
|
boards/nucleo32-f042: adapt to common nucleo32 code
|
2017-03-16 10:50:30 +01:00 |
|
|
dd4e0ea6a3
|
boards/nucleo32-f031: adapt to common nucleo32 code
|
2017-03-16 10:50:30 +01:00 |
|
|
0ef714650b
|
boards/nucleo32-common: factorize common code for nucleo 32 boards
|
2017-03-16 10:50:30 +01:00 |
|
|
0b7ce88585
|
boards/nucleo-common: extract serial configuration in extra Makefile
|
2017-03-16 10:50:30 +01:00 |
|
|
1ab5c74ee2
|
boards/nucleo-f302: initial support
|
2017-03-16 10:43:29 +01:00 |
|
|
ca85e8afe4
|
Merge pull request #6651 from aabadie/nucleo32_l031
boards/nucleo32-l031: initial support
|
2017-03-16 08:30:48 +01:00 |
|
|
216e685932
|
Merge pull request #6743 from aabadie/nucleo_common
boards/nucleo_common, boards/remote_common: remove extra underscore in header guard
|
2017-03-15 16:25:39 +01:00 |
|
lebrush
|
0c7c57717c
|
Merge pull request #6584 from aabadie/nucleo_l152_periph
boards/nucleo-l1: configure extra periphs (UARTs and PWM)
|
2017-03-15 15:53:31 +01:00 |
|
|
fb7fe334b6
|
boards/nucleo32-l031: initial support
|
2017-03-15 14:06:14 +01:00 |
|
Francisco Acosta
|
1a17955551
|
Merge pull request #6025 from aabadie/nucleo_f410
boards/nucleo-f410: initial support
|
2017-03-15 13:03:39 +01:00 |
|
Martine Lenders
|
29842bb5e4
|
netdev2: rename to netdev and remove gnrc_netdev
With some minor hand-edits I used the following chain of commands:
```sh
git rm sys/include/net/gnrc/netdev.h
git grep --name-only -i netdev2 | \
xargs sed -i -e 's/^\(NETDEV\)2\(.*\)\( [("]\)/\1\2 \3/g' \
-e 's/\(netdev\)2\(.*\)\( \/\*\*<\)/\1\2 \3/I' \
-e 's/\(netdev\)2/\1/gI'
git add -p
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
grep "netdev2" | xargs -I'{}' dirname '{}' | uniq | \
grep "netdev2" | while read dir; do
new_dir="$(echo "$dir" | sed "s/netdev2/netdev/g")"
git mv -f "$dir" "$new_dir"
done
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
grep "netdev2" | while read file; do
new_file="$(echo "$file" | sed "s/netdev2/netdev/g")"
git mv -f "$file" "$new_file"
done
git commit --amend
git grep --name-only "\<drivers_netdev_netdev\>" | \
xargs sed -i "s/\<drivers_netdev_netdev\>/drivers_netdev_api/g"
git add -p
git commit --amend
```
|
2017-03-15 09:31:20 +01:00 |
|
|
9bca23abb9
|
boards/nucleo-f410: initial support
|
2017-03-14 18:45:11 +01:00 |
|
|
2e304bcd17
|
Merge pull request #6738 from aabadie/nucleo_l1_saul
boards/nucleo-l1: export led and button via saul
|
2017-03-14 18:18:02 +01:00 |
|
|
84aad1fc1e
|
boards/remote-common: remove extra underscore in header guard
|
2017-03-13 23:54:03 +01:00 |
|
|
f91cf5d531
|
boards/nucleo_common: remove extra underscore in header guard
|
2017-03-13 23:49:10 +01:00 |
|
Victor Arino
|
34b9c04d9d
|
boards/msbiot: use LED defines
|
2017-03-13 21:13:37 +01:00 |
|
lebrush
|
2af148d8cd
|
Merge pull request #6714 from OTAkeys/pr/stm32_unify_gpio
cpu/stm32_common: unify gpio driver
|
2017-03-13 21:08:00 +01:00 |
|
Vincent Dupont
|
c302b7601d
|
boards: fix stm32-based boards with new gpio driver
|
2017-03-13 15:09:31 +01:00 |
|
|
0de97bf6f7
|
boards/nucleo-l1: export led and button via saul
|
2017-03-13 14:55:19 +01:00 |
|
Thomas Eichinger
|
2ce2b53339
|
doc: msba2-tools: doxygen fixes
|
2017-03-10 14:56:48 +01:00 |
|
Oleg Hahm
|
8a36c33a6c
|
doc: boards: fix and add documentation
|
2017-03-10 14:56:48 +01:00 |
|
Joakim Nohlgård
|
887cc72365
|
Merge pull request #5616 from gebart/pr/vfs
vfs: file system abstraction
|
2017-03-09 09:44:56 +01:00 |
|
|
515231d0b5
|
boards/nucleo-l1: add configuration for extra UARTs
|
2017-03-08 18:10:19 +01:00 |
|
|
2df36110c4
|
boards/nucleo-l1: configure PWM
|
2017-03-08 18:10:19 +01:00 |
|
smlng
|
ba3a46435c
|
cc2538: revert xtimer params from #5608
|
2017-03-07 21:59:53 +01:00 |
|
Joakim Nohlgård
|
8f81121f29
|
boards/mulle: Add FRAM to DevFS
|
2017-03-07 17:59:59 +01:00 |
|
Hauke Petersen
|
37d4f44379
|
cpus: mv vendor headers to include/vendor/.
|
2017-03-07 08:55:15 +01:00 |
|
Loïc Dauphin
|
af78dd784a
|
boards: rename opencm9-04 into opencm904
|
2017-03-03 09:54:31 +01:00 |
|
lebrush
|
afaef0a578
|
Merge pull request #6628 from aabadie/nucleo_l053
boards/nucleo-l053: initial support
|
2017-03-02 22:13:10 +01:00 |
|
|
2927b775d8
|
Merge pull request #6683 from aabadie/aabadie_typo
boards: fix typo in author name
|
2017-03-02 17:59:25 +01:00 |
|
|
3ec71bb7a0
|
boards: fix typo in author name
|
2017-03-02 15:52:32 +01:00 |
|
Loïc Dauphin
|
e7b9104e03
|
boards/opencm9-04: disable bootloader's timer interrupt
|
2017-03-02 14:57:33 +01:00 |
|
|
128fa5d6f0
|
boards/nucleo-l053: initial support
|
2017-03-02 13:52:12 +01:00 |
|
kYc0o
|
020f74fdaa
|
boards/fox: use second UART in Darwin platforms
|
2017-03-01 16:30:35 +01:00 |
|
Frits Kuipers
|
28bc25abb4
|
boards/nucleo-f4xx: Added second and third SPI definition
|
2017-02-28 22:38:42 +01:00 |
|
Martine Lenders
|
b7d1f8cd81
|
Merge pull request #6653 from smlng/pr/cpp/pba-d-01-kw2x
enable feature cpp on board pba-d-01-kw2x
|
2017-02-28 21:04:10 +01:00 |
|
|
bb9f3861ee
|
Merge pull request #6664 from aabadie/fix_doxygen_board_nucleo32-f031
boards/nucleo32-f031: replace @brief with @name in periph conf
|
2017-02-28 20:27:11 +01:00 |
|
Francisco Acosta
|
29753d6018
|
Merge pull request #6433 from aabadie/nucleo_l073
boards/nucleo-l073: initial support
|
2017-02-28 20:22:39 +01:00 |
|
|
09f05da2cd
|
boards/nucleo32-f031: replace @brief with @name in periph conf
|
2017-02-27 23:15:36 +01:00 |
|
smlng
|
dbd05d3f3b
|
cpp: add feature cpp to pba-d-01-kw2x
|
2017-02-25 07:51:59 +01:00 |
|
smlng
|
c81696a4bf
|
cpp: fix spi_conf_t order in pba-d-01-kw2x
|
2017-02-25 07:51:52 +01:00 |
|
|
1689760fda
|
boards/nucleo-l073: initial support
|
2017-02-24 16:12:01 +01:00 |
|
Vincent Dupont
|
fc24355465
|
boards: add nucleo144-f413 initial support
|
2017-02-23 17:01:44 +01:00 |
|