42f6f028eb
ci/check-labels: fail for PR blocked by feature freeze label
2021-01-12 10:45:55 +01:00
1be0a29f62
Merge pull request #15742 from aabadie/pr/sys/posix_fcntl_headerguard_fix
...
[RFC] sys/posix/fcntl: fix headerguard
2021-01-12 10:12:19 +01:00
benpicco
fee3a8540f
Merge pull request #15725 from seeseemelk/bugfix/stm32-uart-fw
...
stm32/periph/uart: set flow control bits before enabling uart
2021-01-12 08:38:45 +01:00
Sebastiaan de Schaetzen
6e90111eb9
stm32/periph/uart: set flow control bits before enabling uart
2021-01-12 07:37:19 +01:00
Dylan Laduranty
916f554d2a
Merge pull request #14629 from Ollrogge/usb_hid_pr
...
USB HID minimal implementation
2021-01-11 20:17:52 +01:00
Martine Lenders
f1600af701
Merge pull request #15642 from miri64/dist/enh/doccheck-annotate
...
dist/tools/doccheck: annotate errors in Github Action
2021-01-11 16:55:05 +01:00
Martine Lenders
619d013d6e
github_annotate.sh: fix usage and function of _github_annotate
2021-01-11 15:57:14 +01:00
Martine Lenders
429a2a8724
github_annotate.sh: fix escaped echo for bash scripts
2021-01-11 15:57:14 +01:00
Martine Lenders
9ee568e319
dist/tools/doccheck: annotate errors in Github Action
2021-01-11 15:57:14 +01:00
benpicco
08ef8622f7
Merge pull request #15362 from benpicco/tests/mtd_raw
...
tests/mtd_raw: add simple test for MTD
2021-01-11 15:41:00 +01:00
Martine Lenders
db81377af7
dist/tools/doccheck: only exit after when every check ran
...
Doxygen takes an eternity to finish anyways, so it does not hurt to not
early exit for the group checks.
2021-01-11 15:27:21 +01:00
Benjamin Valentin
cf2ac213fc
tests/mtd_raw: add simple test for MTD
2021-01-11 14:35:40 +01:00
Benjamin Valentin
89c97ae59a
sys/od: allow to specify address offset with od_hex_dump_ext()
...
When dumping memory the printed addresses always start with `00000000`.
This can be very confusing and lead to errors.
Allow the user to specify a starting address of the printed memory that
will be used instead.
By introducing a wrapper function, existing users are unaffected.
2021-01-11 14:35:40 +01:00
Martine Lenders
6b233f6403
Merge pull request #15732 from miri64/dist/enh/commit-msg-annotate
...
dist/tools/commit-msg: annotate errors in Github Action
2021-01-11 14:17:19 +01:00
Martine Lenders
13f1a3cf0d
dist/tools/commit-msg: annotate errors in Github Action
2021-01-11 14:04:53 +01:00
f496aef7cc
sys/posix/fcntl: fix headerguard
2021-01-11 13:48:09 +01:00
Marian Buschsieweke
02552dbaeb
Merge pull request #15734 from bergzand/pr/usbus/atomic_utils
...
usbus: Use atomic_utils for endpoint flag operations
2021-01-11 13:11:32 +01:00
benpicco
04133b6d88
Merge pull request #15735 from jenswet/fix-esp32-includes
...
cpu/esp_common: Add missing includes and ISO-C++ compatibility
2021-01-11 08:44:51 +01:00
Build Bot
122d7a0f35
usbus/hid: add minimal implementation
2021-01-11 00:24:30 +01:00
Jens Wetterich
450ede0da0
cpu/esp_common: Add missing includes and ISO-C++ compatibility
2021-01-10 18:02:39 +01:00
a57b88d6cc
usbus: Use atomic_utils for endpoint flag operations
2021-01-10 11:40:23 +01:00
Marian Buschsieweke
f1367818ca
Merge pull request #15733 from liyue75/liyue
...
drivers/w5100/w5100.c: correct the pointer position when w5100's buf is full
2021-01-09 21:51:03 +01:00
=
b0af54f93b
drivers/w5100/w5100.c: correct pointer position
2021-01-09 09:42:42 +08:00
Martine Lenders
787c2debae
Merge pull request #15730 from miri64/dist/enh/pkg_source_local-to-buildsystem_checks
...
dist/tools: move check for PKG_SOURCE_LOCAL to buildsystem_sanity_check
2021-01-08 15:35:42 +01:00
d658be511b
Merge pull request #15322 from miri64/doc/enh/point-releases
...
doc: generate-changelog: add support for point releases
2021-01-08 15:34:16 +01:00
a6420a1fe1
Merge pull request #15729 from aabadie/pr/ci/coccinelle_fixes
...
ci: fix all coccinelle recommendations
2021-01-08 15:33:32 +01:00
Martine Lenders
fe74043e9a
dist/tools: move check for PKG_SOURCE_LOCAL to buildsystem_sanity_check
2021-01-08 15:04:28 +01:00
Martine Lenders
d145b0d7d8
doc: generate-changelog: add support for point releases
2021-01-08 14:46:10 +01:00
04aaed6f86
sys/shell/nimble_netif: don't cast result of atoi
2021-01-08 14:37:33 +01:00
d1fe44fbbb
tests/unittests/tests-clif: use ARRAY_SIZE macro
2021-01-08 14:37:33 +01:00
a0d4f599d8
pkg/wakaama: use ARRAY_SIZE macro
2021-01-08 14:37:33 +01:00
e89ba86244
drivers/at86rf215: fix ENABLE_DEBUG definition
2021-01-08 14:37:33 +01:00
b13598cdc4
cpu/stm32: fix ENABLE_DEBUG definition
2021-01-08 14:37:33 +01:00
ba85c2d9ca
cpu/sam0_common: fix ENABLE_DEBUG definition
2021-01-08 14:37:33 +01:00
8dbe37969b
cpu/qn908x: fix ENABLE_DEBUG definition
2021-01-08 14:37:33 +01:00
212843c080
examples/asymcute_mqttsn: fix issues reported coccinelle
...
no need to cast atoi return value, _topic_init returns a pointer, so check against NULL
2021-01-08 14:37:32 +01:00
Martine Lenders
38a0a86b1b
Merge pull request #15564 from miri64/gh-actions/enh/pr-checks-to-own-workflow
...
Github Actions: move PR checks from static tests to own workflow
2021-01-08 14:35:35 +01:00
Martine Lenders
6208515a86
dist/whitespacecheck: use result of piped command for return value
2021-01-08 14:09:43 +01:00
Martine Lenders
e5f5f3c0b3
gh-actions: static-tests: remove ref from checkout
...
That parameter was solely needed for the commit checks that are now
moved to the `check-pr` workflow. The only other test using git is the
whitespace check and that works just fine on the merge commit.
2021-01-08 14:09:43 +01:00
Martine Lenders
44b48e6c2d
gh-actions: move PR checks from static tests to own workflow
2021-01-08 14:09:42 +01:00
Martine Lenders
e69617a493
dist/tools/pr_check: rename check script to common name
2021-01-08 14:06:17 +01:00
eb73e48be6
Merge pull request #15727 from aabadie/pr/cpu/esp32_doc_fix
...
cpu/esp32: fix typo in timer documentation
2021-01-08 12:33:45 +01:00
189f7d862d
cpu/esp32: fix typo in timer documentation
2021-01-08 12:04:24 +01:00
Martine Lenders
39db02ade0
Merge pull request #15669 from miri64/dist/enh/github-annotate-no-file
...
dist/tools/ci/github_annotate.sh: allow annotations without files
2021-01-08 11:06:52 +01:00
8acf9398e8
Merge pull request #15723 from aabadie/pr/tools/codespell_fixes
...
tools/codespell: fix new typos found by recent version + add new ignored words
2021-01-08 11:01:49 +01:00
Martine Lenders
20350edebb
dist/tools/ci/github_annotate.sh: allow annotations without files
2021-01-08 10:38:59 +01:00
2902fa8611
tools/codespell: remove redundant entry in ignored words
...
Words added in this list are case insensitive so chang works for both
chang and Chang.
2021-01-08 10:15:33 +01:00
4c4a396120
sys/shell/sht1x: fix typo (PARMS => PARAMS)
2021-01-08 10:15:33 +01:00
9a9530b4b5
sys/entropy_source: fix typo (sates => states)
2021-01-08 10:15:33 +01:00
f4523140f1
pkg/lwip: fix typo (semaphor => semaphore)
2021-01-08 10:15:33 +01:00