Commit Graph

13808 Commits (b0f4123537d19d52ea59dba9f0170f2f482184ac)
 

Author SHA1 Message Date
Francisco Acosta 7feb6e66a2 Merge pull request #6746 from aabadie/sort_relic_test
tests/unittests/relic: remove nucleo-f410 from blacklist
6 years ago
Alexandre Abadie b0128f9dd1 tests: remove nucleo32-l031 from memory intensive tests 6 years ago
Alexandre Abadie a0e45d1390 tests/unittest: remove nucleo32-l031 from unittest 6 years ago
Alexandre Abadie cc5034d67e examples: remove nucleo32-l031 from memory intensive examples 6 years ago
Alexandre Abadie fb7fe334b6 boards/nucleo32-l031: initial support 6 years ago
Alexandre Abadie bf45254a8d cpu/stm32l0: add support for stm32l031k6 6 years ago
Alexandre Abadie 721ca1ee78 tests/unittests/relic: remove nucleo-f410 from blacklist 6 years ago
Francisco Acosta 1a17955551 Merge pull request #6025 from aabadie/nucleo_f410
boards/nucleo-f410: initial support
6 years ago
Kaspar Schleiser 119fc70075 Merge pull request #6610 from miri64/netdev2/enh/rename-to-netdev
netdev2: rename to netdev and remove `gnrc_netdev`
6 years ago
Alexandre Abadie ecd3faf963 Merge pull request #6745 from aabadie/driver_veml6070_fixes
drivers/veml6070: cleanup and improvements
6 years ago
Loïc Dauphin 46bac6c69b boards/opencm904: remap uart pins 6 years ago
Alexandre Abadie ff5b0bf538 tests/driver_veml6070: cleanup 6 years ago
Alexandre Abadie f97901193d drivers/veml6070: cleanup + use saul UV index sensor type 6 years ago
Alexandre Abadie 9c2fc3ebc6 drivers/include/saul: add UV index sensor type 6 years ago
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
```
6 years ago
Alexandre Abadie 478ee1a9a0 tests: add nucleo-f410 to unsufficient memory boards 6 years ago
Alexandre Abadie 9bca23abb9 boards/nucleo-f410: initial support 6 years ago
Alexandre Abadie 2eda4bf2fe cpu/stm32f4: add support for stm32f410rb 6 years ago
Alexandre Abadie 2e304bcd17 Merge pull request #6738 from aabadie/nucleo_l1_saul
boards/nucleo-l1: export led and button via saul
6 years ago
Alexandre Abadie 8e3ac4728c Merge pull request #6740 from OTAkeys/pr/clean_up_board_insufficient_mem
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
6 years ago
Kaspar Schleiser 4491144a2a Merge pull request #6729 from kaspar030/murdock_same_bindir
CI: Murdock2: use same builddir for all compile jobs
6 years ago
Martine Lenders 01f76715aa Merge pull request #6627 from zhuoshuguo/add_support_for_multicast_for_gnrc_mac
gnrc_mac: add support for multicast pkt.
6 years ago
Vincent Dupont db65e8b3fe tests: sort ARM_CORTEX_M_BOARDS in Makefile 6 years ago
Alexandre Abadie 84aad1fc1e boards/remote-common: remove extra underscore in header guard 6 years ago
Alexandre Abadie f91cf5d531 boards/nucleo_common: remove extra underscore in header guard 6 years ago
Peter Kietzmann db6bf02168 Merge pull request #6711 from haukepetersen/opt_doc_nrf24
drivers/nrf24l01: removed doxgen warnings
6 years ago
Martine Lenders 2dfff2789c Merge pull request #6739 from gebart/pr/fmt-doc
sys/fmt: Improve API documentation summary
6 years ago
Victor Arino 34b9c04d9d boards/msbiot: use LED defines 6 years ago
lebrush 2af148d8cd Merge pull request #6714 from OTAkeys/pr/stm32_unify_gpio
cpu/stm32_common: unify gpio driver
6 years ago
Vincent Dupont ad0f0877cc tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 6 years ago
Kaspar Schleiser 0a9b0ce784 CI: murdock2: compile everything in same directory 6 years ago
Joakim Nohlgård 6f55a022b7 sys/fmt: Improve API documentation summary 6 years ago
Vincent Dupont c302b7601d boards: fix stm32-based boards with new gpio driver 6 years ago
Vincent Dupont 7b686b3015 cpu/stm32_common: unify gpio driver 6 years ago
Alexandre Abadie 0de97bf6f7 boards/nucleo-l1: export led and button via saul 6 years ago
Kaspar Schleiser 28ce575c05 Merge pull request #6728 from kaspar030/introduce_pkgdirbase
make: introduce PKGDIRBASE
6 years ago
Joakim Nohlgård ba2689b422 Merge pull request #6673 from gebart/pr/llvm-objcopy
llvm: Fall back for missing objcopy
6 years ago
Martine Lenders 1b11268327 Merge pull request #6732 from thomaseichinger/minor/fix_typo
net/ieee802154: fix typo and improve formatting consistency
6 years ago
Martine Lenders 09f1fb2847 Merge pull request #6684 from OlegHahm/ng_cleanup
net: cleanup ng_ remnants
6 years ago
Martine Lenders 4a51d1b433 Merge pull request #6697 from francois-berder-imgtec/awalwm2m
posix: sockets: Small fixes for listen and recvfrom functions
6 years ago
Martine Lenders ee4b2ce331 Merge pull request #6719 from Lotterleben/missing_test_targets
tests: Add missing test targets
6 years ago
Thomas Eichinger 5230257089 net/ieee802154: fix typo and improve formatting consistency 6 years ago
Kaspar Schleiser 187a4e63d1 Merge pull request #6688 from OlegHahm/doxy_cleanup
doc: fix all doxygen warnings and enable doccheck for all files
6 years ago
Oleg Hahm 350a55b58f doc: increase number of nodes for doxygen graphs 6 years ago
Oleg Hahm 28c335e8e7 doc: exclude _param files from doxygen 6 years ago
Thomas Eichinger 2ce2b53339 doc: msba2-tools: doxygen fixes 6 years ago
Thomas Eichinger 798557c32c doc: drivers: fix doxygen warnings 6 years ago
Oleg Hahm 44604a9ed5 tools: make doccheck check all files 6 years ago
Joseph Noir 27297bb640 doc: fix and update cpp11 compat doxygen 6 years ago
Oleg Hahm 8a36c33a6c doc: boards: fix and add documentation 6 years ago