Commit Graph

516 Commits (d69352a23722fc311cb972d67475aad6122ef4a8)

Author SHA1 Message Date
Martine Lenders a5bdf0a831 Merge pull request #6407 from OlegHahm/header_guards
*: remove trailing underscores from header guards
6 years ago
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 6 years ago
Joakim Nohlgård 78e207bc33 dist/tools/ci: Fix command output formatting of last line 6 years ago
Cenk Gündoğan 4b05722477 dist/tools/ci: toolchain versions: fix output to show avr-libc 6 years ago
Joakim Nohlgård 05769dddee dist/tools/ci: toolchain versions: Fix heading formatting 6 years ago
Joakim Nohlgård 001a30ef4f dist/tools/ci: Add script for printing installed toolchain versions to CI log 6 years ago
Alexandre Abadie d340cce157 Merge pull request #6310 from OlegHahm/pyterm_show_prompt
tools: pyterm: display received prompt immediately
6 years ago
Cenk Gündoğan 90e85ca1de Merge pull request #6389 from gebart/pr/ci-output-whitespace
CI: fix whitespace handling in command output
6 years ago
Oleg Hahm 3fb2984d2a tools: pyterm: display received prompt immediately 6 years ago
Andreas "Paul" Pauli e0b6f16ddc cc2538-bsl.py: add chip id for cc2538em 6 years ago
Kaspar Schleiser 47f6ff3056 Merge pull request #6237 from kaspar030/rename_AD_to_Q
make: rename AD to Q
6 years ago
Joakim Nohlgård 39d02c9ccf dist/tools/ci: Fix whitespace handling in command output
All newlines were stripped before and leading whitespace was trimmed
which made the output very difficult to read.
6 years ago
Antonio Galea 2fa4ad3833 reconnecting a USB-serial dongle under Linux might give permission errors until udev scripts complete 6 years ago
Kaspar Schleiser 17b35f6ece dist: tools: git-cache: bump version
adds OSX fixes for md5sum, flock
6 years ago
Kaspar Schleiser 26ace09ca8 Merge pull request #6321 from kaspar030/bump_gitcache
dist: tools: git-cache: bump to latest upstream
6 years ago
Kaspar Schleiser eecf43cd53 dist: tools: git-cache: update README 6 years ago
Martine Lenders fea78bad60 Merge pull request #6309 from OlegHahm/pyterm_format_arg
tools: pyterm: specify custom format prefix via command line
6 years ago
Kaspar Schleiser b0dad94ab5 dist: tools: git-cache: bump to latest upstream 6 years ago
Martine Lenders 600fdb8f2c Merge pull request #5865 from gebart/pr/compile-test-py3
dist/tools/compile_test: Add Python3 support
6 years ago
Oleg Hahm 3a779b92fa tools: pyterm: specify format prefix via argument 6 years ago
Joakim Nohlgård 06092aaca5 dist/tools/compile_test: Add Python3 support
Tested with Python 2.7.12 and Python 3.4.5
6 years ago
Oleg Hahm 486ca73308 tools: pyterm: properly handle custom output fmt 6 years ago
Francisco Acosta 1ae6998752 Merge pull request #5677 from gebart/pr/fugly-tunslip6
dist/tools/tunslip: Fix some ugly code
6 years ago
Joakim Nohlgård 9b8485f21e dist/tools/tunslip6: Do not accept null chars as printable 6 years ago
Joakim Nohlgård 1c5b26c038 dist/tools/tunslip6: Change len to size_t in is_sensible_string 6 years ago
Joakim Nohlgård 9dfd4ccf11 dist/tools/tunslip6: Fix off by one on index in is_sensible_string 6 years ago
Joakim Nohlgård fd3ff61747 dist/tools/tunslip6: Workaround for IPv6 packets mistaken as strings 6 years ago
Joakim Nohlgård e3a5e16ffb dist/tools/tunslip: Make tunslip and tapslip6 compile again 6 years ago
Joakim Nohlgård 437e38b672 dist/tools/tunslip: fix a bunch of uglies and compile with -std=c99 6 years ago
Joakim Nohlgård 51f5b774da dist/tools/tunslip: Add clean Makefile target 6 years ago
Joakim Nohlgård bb19a75e61 dist/tools/tunslip6: Add -Wall -Wextra -pedantic to CFLAGS 6 years ago
Joakim Nohlgård fd8645c86c dist/tools/tunslip6: Replace goto with while 6 years ago
BytesGalore bc60be10d0 git-cache: consider if git_cache dir is present 6 years ago
Martine Lenders 1df4f9ff66 Merge pull request #6270 from cgundogan/pr/typos
dist: examples: fix minor typos
6 years ago
Cenk Gündoğan 63bfbfabec git-cache: bump to commit 5de20d6 from kaspar030/git-cache 6 years ago
Cenk Gündoğan a5ffbeedf9 dist: examples: fix minor typos 6 years ago
Kaspar Schleiser f44763f346 make: adapt Makefiles to AD -> Q rename 6 years ago
Cenk Gündoğan d785989d04 tools: static_tests.sh: rm dependency to 'riot' remote 6 years ago
Kaspar Schleiser 610b8cf368 Merge pull request #5855 from cgundogan/pr/remove_travis
travis: remove .travis.yml and build scripts
6 years ago
Kaspar Schleiser 2c02520f73 Merge pull request #6223 from haukepetersen/opt_samxyz21_structure
cpu/sam0: structural clean-up for sam[dlr]21 CPUs
6 years ago
Hauke Petersen fcb1e68732 cpu/sam0: renamed sam21_common to sam0_common 6 years ago
Kaspar Schleiser e65541817c dist: tools: bump git-cache version (#6217) 6 years ago
Cenk Gündoğan 62420fb927 travis: make build_and_test.sh unrelated to travis 6 years ago
Cenk Gündoğan 1990726605 travis: remove superfluous config and script 6 years ago
Oleg Hahm 00942927a2 pyterm: log to `stdout` per default 6 years ago
Gaëtan Harter 778d47c600 dist/tools/uhcpd: add an option to bind to device
Adds '--bind-to-device' option to binds uhcpd listening socket to a device.
It allows running multiple uhcpd and so multiple border router on the same
computer.

This is used for IoT-LAB.

This option requires 'root' permissions as I currently didn't find an
alternative.
6 years ago
Matthias Miehl 3203a4b6f5 dist/tools/cppcheck: suppress negatives (uninitvar) (#5807) 7 years ago
Lucas Jenss f7c28ccecd Improve execution of static-tests
Allow execution of static tests with the `make static-tests`
command and improve its output for the human reader
7 years ago
Alexandre Abadie 47b233143c Merge pull request #5909 from aabadie/cc2538_bsl_py3
dist/tools/cc2538-bsl: fixing pep8 and python 2 & 3 compatibility in cc2538 bsl script
7 years ago
Joakim Nohlgård bee918b361 Merge pull request #5821 from makomi/tunslip
dist/tools/tunslip: fix cppcheck warnings
7 years ago
PeterKietzmann c742f07989 doc/packer: add initial README 7 years ago
Peter Kietzmann b15115cb10 Merge pull request #5828 from cgundogan/pr/packer
packer: initial packer configuration to build virtualbox/vagrant boxes
7 years ago
PeterKietzmann 49c1ed1d03 doc/vagrant: add information about changing the vagrant box 7 years ago
PeterKietzmann aa149d41f6 doc/vagrant: remove information about provisioning 7 years ago
Cenk Gündoğan 1b70b48bc5 packer: intial conf. to generate virtualbox based vagrant box 7 years ago
Alexandre Abadie 4e882054aa dist/tools/cc2538-bsl: fixing pep8 and python 3 compatibility 7 years ago
Jeff Bortolotti 6b086e7ae2 dist: tools: jlink.sh: use printf for JLINK_*_FLASH to allow use of backslas 7 years ago
Cenk Gündoğan 9074c4d376 Merge pull request #5837 from gebart/pr/drone-0.5
drone: Update YAML file to Drone 0.5 format
7 years ago
Cenk Gündoğan 25e18dad88 Merge pull request #5797 from miri64/dist/doc/profile
dist: document IOTLAB_PROFILE variable fo IoT-Lab-support
7 years ago
Martine Lenders f9e14bdd26 dist: document IOTLAB_PROFILE variable fo IoT-Lab-support 7 years ago
Kees Bakker bd2fbf040b dist/tools: exclude sam21_common cmsis include files 7 years ago
Cenk Gündoğan 9457703607 vagrant: minimize Vagrantfile and make it loadable
By parameterizing certain paths with `RIOTBASE`, it is possible to load
this Vagrantfile from other Vagrantfiles. This feature will be used by the
Tutorials repository, so that this Vagrantfile has no knowledge about
the tutorials, hence the deletion of the `tutorials` definition at this
place.
7 years ago
smlng f9432cef4b minor typos in README corrected 7 years ago
Joakim Nohlgård c6f280a104 dist/tools/drone-scripts: Delete because Drone can now use the Travis script 7 years ago
Sebastian Meiling b4b1bb597a Merge pull request #5822 from cgundogan/pr/vagrant/add_info_about_vboxusers_group
vagrant: update README and add info about vboxusers group
7 years ago
Cenk Gündoğan 63b7cf475a vagrant: restructure 'addit. info.' in README 7 years ago
Cenk Gündoğan 39e2ad12bf vagrant: change RIOT-OS to RIOT in readme 7 years ago
Cenk Gündoğan c75c9194d8 vagrant: update ubuntu version in readme 7 years ago
Thomas Eichinger 59bc1b46b7 dist/tools: include uname check for FreeBSD in genconfigheader
Analog to Darwin set `MD5SUM` to `md5 -r`.
7 years ago
Cenk Gündoğan 6e8d4dc686 vagrant: info about vboxusers group for USB access 7 years ago
Matthias Kolja Miehl 5456d6e2d2 dist/tools/tunslip: tapslip6: fix unusedVariable 7 years ago
Matthias Kolja Miehl 8cb5624655 dist/tools/tunslip: tapslip6: fix variableScope 7 years ago
Matthias Kolja Miehl eb39aec480 dist/tools/tunslip: tunslip6: fix invalidPrintfArgType_uint
Since the argument type is 'long', the printf
format string has to be '%li' instead of '%lu'.
7 years ago
Matthias Kolja Miehl 652f5ef8b9 dist/tools/tunslip: tunslip6: fix variableScope 7 years ago
Matthias Kolja Miehl c458f9958e dist/tools/tunslip: fix variableScope 7 years ago
Matthias Kolja Miehl c06bf1019d dist/tools/tunslip: add comment regarding missing break at the end of case 7 years ago
Cenk Gündoğan 924f27558c Merge pull request #5784 from PeterKietzmann/tools_update_cc2538-bsl
dist/tools: update serial boot loader script
7 years ago
PeterKietzmann 5eafb071a6 dist/tools/cc2538-bsl: enforce python2 7 years ago
Joakim Nohlgård ab43f90985 dist: Remove Dockerfile in favour of separate repo
See https://github.com/RIOT-OS/riotdocker for an up-to-date Dockerfile.
7 years ago
PeterKietzmann 5b3d7fadcf dist/tools: update serial boot loader script 7 years ago
Martine Lenders 9d0881fae5 dist: testrunner: optionally print traceback 7 years ago
Kaspar Schleiser c9d725ac0c dist: tools: genconfigheader.sh: include LTOFLAGS as comment if set 7 years ago
Gaëtan Harter a52c781339 dist: ethos: add tcp socket support
Add ethos support to use a tcp socket instead of a TTY.
Use 'tcp:host' as serial argument.
Port can be given in place of the baudrate argument.

Default port is 20000 which is used in on IoT-LAB.
7 years ago
Kaspar Schleiser 8601285b13 openocd: return error if flashing went wrong 7 years ago
kYc0o e443b90815 Merge pull request #5452 from locicontrols/find-tty
Adjust find-tty.sh to return all matches, then use it in boards/cc2538dk
7 years ago
Alexandre Abadie abe5c19407 dist/tools: make ethos baudrate configurable 7 years ago
Kaspar Schleiser f048475bec dist: build_and_test.sh: don't hard-code base branch 7 years ago
Jon Thacker bece851972 genconfigheader.sh: Fix for for building on OSX 7 years ago
Joakim Nohlgård 77a15e7886 make: Place most configuration macros in a separate file instead of on the command line 7 years ago
Martine Lenders 1124409d80 git-cache: also fetch tags 7 years ago
Martine Lenders c4eab34b99 Merge pull request #5387 from OTAkeys/quiet_gdb
make debug: start gdb quietly
7 years ago
Oleg Hahm 6deac1d64e Merge pull request #5329 from kaspar030/add_makefile_for_host_tools
make: add makefile for host tools
7 years ago
Cenk Gündoğan f73b226c67 Makefile.iotlab: evaluate IOTLAB_LOGGING correctly for iotlab-exp 7 years ago
Oleg Hahm 0909eba5ae Merge pull request #5409 from OlegHahm/iotlab_debug_server_fix
iotlab: only start debug server for one node
7 years ago
Oleg Hahm 29badd7d58 Merge pull request #5441 from cgundogan/pr/desvirt/make_cleanup
tools: desvirt: rm unused TOPO_FLE var
7 years ago
Ian Martin b1946e6715 dist: tools: let find-tty.sh return all matches, not just the first 7 years ago
Oleg Hahm d2db255a97 iotlab: only start debug server for one node 7 years ago
Cenk Gündoğan afd9aa0bd8 dist: make: iotlab: specify exp id in iotlab-term 7 years ago
Cenk Gündoğan 8b047d055e tools: desvirt: rm unused TOPO_FLE var 7 years ago
Cenk Gündoğan 7b1fc8cd31 dist: iotlab: add note about IOTLAB_LOGGING 7 years ago