- Oct 11, 2018
-
-
cladmi authored
The file always exist so no need to do '-include'. Replaced using: sed -i 's|-\(include $(RIOTCPU)/.*/Makefile.features\)|\1|' \ $(git grep -l '$(RIOTCPU)/.*/Makefile.features' boards)
-
- Sep 03, 2018
-
-
Sebastian Meiling authored
Adapt the periph ADC implementation to use vendor defines where ever possible. Remove duplicate or obsolete defines and adapt board configuration as required.
-
- Aug 29, 2018
-
-
Joakim Nohlgård authored
-
- Aug 10, 2018
-
-
Sebastian Meiling authored
Rework SPI periph driver to use proper RIOT GPIO API functions. Also cleanup header files by using vendor defines and remove obsolete code. Further, adapt board config accordingly.
-
- Aug 07, 2018
-
-
Sebastian Meiling authored
The SPI bus frequency/clock is calculated relative to the MCUs core clock. Currently all boards use the default 32MHz, hence prescaler settings for SPI are all the same. This PR moves the default config for 32MHz to the CPU and allows to be overriden by board config if needed.
-
- Aug 01, 2018
-
-
Jose Alamos authored
-
Jose Alamos authored
-
- Jul 25, 2018
-
-
Sebastian Meiling authored
-
- May 15, 2018
-
-
Alexandre Abadie authored
-
- Apr 18, 2018
-
-
Alexandre Abadie authored
- replace brief with name where required - remove some unwanted empty lines - fix missing closing doxygen name block
-
- Apr 09, 2018
-
-
cladmi authored
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards It is now provided by the Makefile.include rule.
-
- Feb 08, 2018
-
-
danpetry authored
Changed the configuration of the OpenMote board to fit the new cc2538 format defined in the previous commit. That is, from a defines based format to a struct based format.
-
- Jan 17, 2018
-
-
Thomas Geithner authored
-
- Dec 14, 2017
-
-
Sebastian Meiling authored
-
- Nov 07, 2017
-
-
Martine Lenders authored
Not link-able, since NDP and NC are missing (intentionally)
-
- Nov 02, 2017
-
-
Kaspar Schleiser authored
-
- Sep 14, 2017
-
-
Kaspar Schleiser authored
-
- Sep 06, 2017
-
-
Alexandre Abadie authored
-
- Aug 28, 2017
-
-
Sebastian Meiling authored
-
- Aug 18, 2017
-
-
Hauke Petersen authored
-
- Jul 20, 2017
-
-
Sebastian Meiling authored
adapted boards are: cc2538dk, openmote-cc2538, remote-pa, remote-reva, and remote-revb.
-
- Apr 13, 2017
-
-
Alexandre Abadie authored
-
- Apr 04, 2017
-
-
Joakim Nohlgård authored
-
- Mar 15, 2017
-
-
Martine Lenders authored
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 ```
-
- Mar 07, 2017
-
-
Sebastian Meiling authored
-
- Jan 25, 2017
-
-
Peter Kietzmann authored
-
Hauke Petersen authored
- adapted the SPI driver - adapted all boards using the CPU
-
- Jan 19, 2017
-
-
Oleg Hahm authored
-
- Jan 11, 2017
-
-
Hauke Petersen authored
-
- Nov 28, 2016
-
-
Joakim Nohlgård authored
-
- Sep 29, 2016
-
-
Kaspar Schleiser authored
-
- Aug 30, 2016
-
-
Peter Kietzmann authored
-
- Aug 16, 2016
-
-
Ian Martin authored
-
- Jul 13, 2016
-
-
Aaron Sowry authored
-
- Jul 06, 2016
-
-
Joakim Nohlgård authored
-
- Mar 28, 2016
-
-
Ian Martin authored
-
- Mar 17, 2016
-
-
Hauke Petersen authored
-
- Mar 15, 2016
-
-
Hauke Petersen authored
-
- Mar 11, 2016
-
-
Joakim Nohlgård authored
-
- Mar 10, 2016
-
-
Aaron Sowry authored
Enable directly from Makefile target 'flash' using cc2538-bsl script, and make this the default flashing method for this platform.
-