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
ac9d8e603e
drivers/pca9685: fix typo (oscilator => oscillator)
2021-01-08 10:15:33 +01:00
b8efd8425d
doc/kconfig: fix typo (bellow => below)
2021-01-08 10:15:32 +01:00
11d1abbac6
tools/nrf52_resetpin_cfg: fix typo in code
...
Progamming => Programming
2021-01-08 10:15:32 +01:00
b4458e73f2
cpu/esp32: fix typo in Doxygen comment
...
depenend => depend
2021-01-08 10:15:32 +01:00
907c673020
boards/feather-nrf52840: fix typo in doc
...
Progammer => Programmer
2021-01-08 10:15:32 +01:00
d99f34fc69
codespell: add 'ether' to ignored words
...
trigger a false positive with 'either'
2021-01-08 10:15:32 +01:00
e659df2f19
Merge pull request #15722 from benpicco/boards/stm32f030f4-demo-picolibc
...
boards/stm32f030f4-demo: use picolibc to save ROM
2021-01-08 09:57:59 +01:00
Leandro Lanzieri
131c0069d8
Merge pull request #15706 from aabadie/pr/cpu/stm32_mco_kconfig
...
cpu/stm32: model MCO clock configuration in kconfig
2021-01-08 09:49:00 +01:00
Benjamin Valentin
40cc547a7a
boards/stm32f030f4-demo: use picolibc to save ROM
...
STM32F030R4 only has 16k Flash, so use picolibc as done on other
16k flash boards to save some ROM.
2021-01-08 09:11:02 +01:00
Bas Stottelaar
31c5c4988e
Merge pull request #15377 from basilfx/feature/efm32_slstk3400a
...
boards/slstk3400a: add support
2021-01-08 07:29:03 +01:00
José Alamos
5a9ec7ce48
Merge pull request #15712 from nandojve/split-mega-into-mega-avr8
...
cpu/atmega_common: Split into atmega_common and avr8_common
2021-01-07 22:18:34 +01:00
5b279c8a3f
codespell: add filp to ignored words
...
filp is used as a variable name and trigger a false positive with flip
2021-01-07 22:12:15 +01:00
339015ba58
Merge pull request #15721 from aabadie/pr/tests/autotest_fix
...
tests: cleanup cond_order and pbkdf2 test scripts
2021-01-07 20:59:25 +01:00
e31e8f504b
tests/pbkdf2: clean python test script
...
The testrunner module path is already added the PYTHONPATH, so can be imported like a regular module
2021-01-07 20:33:00 +01:00
2683bb264b
tests/cond_order: clean python test script
...
The testrunner module path is already added the PYTHONPATH, so can be imported like a regular module
2021-01-07 20:32:59 +01:00
Gerson Fernando Budke
1426e15679
cpu/avr8_common: Normalize method prefix name
...
Refactor atmega_ prefix to avr8_ prefix and update copyrights.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-01-07 16:29:42 -03:00
Gerson Fernando Budke
4cbd311196
cpu: Refact atmega_common into avr8_common
...
Split atmega_common code into avr8_common folder. This moves common
avr8 code to be used for all avr8 variants: tiny, mega and xmega.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-01-07 16:29:22 -03:00
Gerson Fernando Budke
a0028a9ff8
cpu/atmega_common: Split cpu.c into atmega_cpu/cpu.c
...
Split cpu.c file into cpu.c and atmega_cpu.c files. This extract mega
specific code from common code.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-01-07 16:17:05 -03:00
Gerson Fernando Budke
4d68dd5aea
cpu/atmega_common: Extract clock definitions
...
Refactor clock definitions from cpu.h to clock.h.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-01-07 16:17:05 -03:00
Martine Lenders
640ff4f5d8
Merge pull request #15609 from maribu/ethernet-rx-timestamp
...
sys/net/gnrc/netif/ethernet: Support RX timestamp
2021-01-07 19:53:52 +01:00
Martine Lenders
72ee96c923
Merge pull request #15720 from aabadie/pr/ci/flake8_fixes
...
ci/flake8: fix some issues found by static-tests ran on master
2021-01-07 19:21:23 +01:00
3216707e12
tests/pbkdf2: fix flake8 issue E741: ambiguous variable name
...
E741: ambiguous variable name
2021-01-07 19:11:21 +01:00
438464b5fa
dist/tools/bmp: fix flake8 issue E741
...
E741: ambiguous variable name
2021-01-07 19:11:20 +01:00