Joakim Nohlgård
|
dcc37329df
|
sys/vfs: A virtual file system (VFS) layer for RIOT
The VFS layer provides file system abstractions to allow using a unified
interface to access files from mounted file systems.
|
6 years ago |
Joakim Nohlgård
|
5638359960
|
tools/externc: Remove #endif in extern C pattern match
Enable adding more C++ specifics inside the same ifdef block (e.g. sys/include/vfs.h)
|
6 years ago |
Hauke Petersen
|
19bf9f8d0f
|
dist/externc: exclude all (CPU) vendor headers
|
6 years ago |
Hauke Petersen
|
0fb3ee3b9b
|
dist/cppcheck: exclude only vendor headers
|
6 years ago |
Thomas Eichinger
|
4aaf8dd616
|
tools/tapsetup: change default bridge name on macOS
The default bridge name used by tapsetup `bridge0` is already used
by the macOS. This changes the default to `bridge42`.
|
6 years ago |
Joakim Nohlgård
|
9ed393426e
|
dist/tools/cppcheck: Add missing hpp file name pattern
|
6 years ago |
Neil Jones
|
ceb0fa9205
|
dist: update toolchain info script for mips
|
6 years ago |
Joakim Nohlgård
|
4bc120f54d
|
dist/tools/licenses: Add BSD 1 clause style license from newlib sys/features.h
Used in msp430-common
|
6 years ago |
Jason Tran
|
de8c3f0a85
|
dist/tools/jlink: remove jlink confirmation prompt
|
6 years ago |
Martine Lenders
|
819987c58c
|
dist/tools: add release stats script
|
6 years ago |
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
|
7 years ago |
Kaspar Schleiser
|
26ace09ca8
|
Merge pull request #6321 from kaspar030/bump_gitcache
dist: tools: git-cache: bump to latest upstream
|
7 years ago |
Kaspar Schleiser
|
eecf43cd53
|
dist: tools: git-cache: update README
|
7 years ago |
Martine Lenders
|
fea78bad60
|
Merge pull request #6309 from OlegHahm/pyterm_format_arg
tools: pyterm: specify custom format prefix via command line
|
7 years ago |
Kaspar Schleiser
|
b0dad94ab5
|
dist: tools: git-cache: bump to latest upstream
|
7 years ago |
Martine Lenders
|
600fdb8f2c
|
Merge pull request #5865 from gebart/pr/compile-test-py3
dist/tools/compile_test: Add Python3 support
|
7 years ago |
Oleg Hahm
|
3a779b92fa
|
tools: pyterm: specify format prefix via argument
|
7 years ago |
Joakim Nohlgård
|
06092aaca5
|
dist/tools/compile_test: Add Python3 support
Tested with Python 2.7.12 and Python 3.4.5
|
7 years ago |
Oleg Hahm
|
486ca73308
|
tools: pyterm: properly handle custom output fmt
|
7 years ago |
Francisco Acosta
|
1ae6998752
|
Merge pull request #5677 from gebart/pr/fugly-tunslip6
dist/tools/tunslip: Fix some ugly code
|
7 years ago |
Joakim Nohlgård
|
9b8485f21e
|
dist/tools/tunslip6: Do not accept null chars as printable
|
7 years ago |
Joakim Nohlgård
|
1c5b26c038
|
dist/tools/tunslip6: Change len to size_t in is_sensible_string
|
7 years ago |
Joakim Nohlgård
|
9dfd4ccf11
|
dist/tools/tunslip6: Fix off by one on index in is_sensible_string
|
7 years ago |
Joakim Nohlgård
|
fd3ff61747
|
dist/tools/tunslip6: Workaround for IPv6 packets mistaken as strings
|
7 years ago |
Joakim Nohlgård
|
e3a5e16ffb
|
dist/tools/tunslip: Make tunslip and tapslip6 compile again
|
7 years ago |
Joakim Nohlgård
|
437e38b672
|
dist/tools/tunslip: fix a bunch of uglies and compile with -std=c99
|
7 years ago |
Joakim Nohlgård
|
51f5b774da
|
dist/tools/tunslip: Add clean Makefile target
|
7 years ago |
Joakim Nohlgård
|
bb19a75e61
|
dist/tools/tunslip6: Add -Wall -Wextra -pedantic to CFLAGS
|
7 years ago |
Joakim Nohlgård
|
fd8645c86c
|
dist/tools/tunslip6: Replace goto with while
|
7 years ago |
BytesGalore
|
bc60be10d0
|
git-cache: consider if git_cache dir is present
|
7 years ago |
Martine Lenders
|
1df4f9ff66
|
Merge pull request #6270 from cgundogan/pr/typos
dist: examples: fix minor typos
|
7 years ago |
Cenk Gündoğan
|
63bfbfabec
|
git-cache: bump to commit 5de20d6 from kaspar030/git-cache
|
7 years ago |
Cenk Gündoğan
|
a5ffbeedf9
|
dist: examples: fix minor typos
|
7 years ago |
Kaspar Schleiser
|
f44763f346
|
make: adapt Makefiles to AD -> Q rename
|
7 years ago |
Cenk Gündoğan
|
d785989d04
|
tools: static_tests.sh: rm dependency to 'riot' remote
|
7 years ago |
Kaspar Schleiser
|
610b8cf368
|
Merge pull request #5855 from cgundogan/pr/remove_travis
travis: remove .travis.yml and build scripts
|
7 years ago |
Kaspar Schleiser
|
2c02520f73
|
Merge pull request #6223 from haukepetersen/opt_samxyz21_structure
cpu/sam0: structural clean-up for sam[dlr]21 CPUs
|
7 years ago |