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
84e2881d18
dist/testrunner: fix flake8 issue E741
...
E741: ambiguous variable name
2021-01-07 19:11:20 +01:00
Bas Stottelaar
40ce74b54d
Merge pull request #15714 from basilfx/feature/efm32_boards_cleanup
...
boards/e180-zg120b-tb: board cleanups
2021-01-07 16:24:11 +01:00
49cd7be1fc
Merge pull request #15713 from maribu/cleanup
...
cpu/atmega_common: drop unused module
2021-01-06 22:35:25 +01:00
Bas Stottelaar
04a0db1c86
ikea-tradfri: order alphabetically
2021-01-06 22:34:49 +01:00
Bas Stottelaar
0a9a901348
boards/e180-zg120b-tb: order alphabetically
2021-01-06 22:34:49 +01:00
Bas Stottelaar
b6062e4f92
boards/e180-zg120b-tb: simplify flashing
2021-01-06 22:34:49 +01:00
Bas Stottelaar
ca4930fd7b
boards/e180-zg120b-tb: remove silabs_common
2021-01-06 22:34:49 +01:00
Marian Buschsieweke
4714e38911
cpu/atmega_common: drop unused module
...
The module cpu_atmega_common_cxx seems to be non-existing and not used. It is
unclear whether this slipped in by accident or if this was actually useful at
some point in time. In any case, the module is not present (anymore) and cannot
be used, so let's clean up the Makefile.
2021-01-06 20:46:56 +01:00
Marian Buschsieweke
f6bca70d11
sys/net/gnrc/netif/ethernet: Support RX timestamp
2021-01-06 20:30:14 +01:00
Marian Buschsieweke
4bd448b949
Merge pull request #15383 from quangphhr/hsc_driver
...
drives/hsc: Add driver for Honeywell HSC series pressure and temperature sensor
2021-01-06 16:14:39 +01:00
Martine Lenders
7f83c8c488
Merge pull request #15709 from jia200x/pr/vera_cpp_checks
...
dist/tools/vera++: improve C/C++ support and optimize CI call
2021-01-06 13:20:39 +01:00
Jose Alamos
541d21db0f
ci/vera++: run only once
...
Signed-off-by: Jose Alamos <jose@alamos.cc>
2021-01-06 13:02:18 +01:00
Jose Alamos
f3a934a169
ci/vera++/rules/L004: add warning support
...
Signed-off-by: Jose Alamos <jose@alamos.cc>
2021-01-06 13:02:09 +01:00
Jose Alamos
da17a1b5a3
ci/vera++/rules/T003: do not include C++ keywords in C files
...
Signed-off-by: Jose Alamos <jose@alamos.cc>
2021-01-06 13:01:42 +01:00
Martine Lenders
264179d904
Merge pull request #15662 from miri64/gh-actions/fix/static-tests-base-ref
...
Github Actions: static-test: use base reference as base branch instead of master
2021-01-06 12:33:41 +01:00
Martine Lenders
1892da1b1a
dist/tools/vera++: exclude tests/pkg_utensor/models/deep_mlp_weight.hpp
2021-01-06 12:09:46 +01:00
Martine Lenders
40d72df91f
static_tests.sh: only default to master when not in a GitHub action
2021-01-06 12:09:46 +01:00
Martine Lenders
512c92ffb1
static-test: add release tags as push trigger
2021-01-06 12:09:45 +01:00
quangphhr
afa723b2f7
drivers/hsc: add driver for honeywell pressure and temperature sensor
2021-01-06 10:22:17 +01:00
d4457e2de7
Merge pull request #15473 from MrKevinWeiss/pr/renode/stm32f4discovery
...
boards/stm32f4discovery: Add initial renode support
2021-01-05 17:40:23 +01:00
Martine Lenders
5195ae166a
static-test: use base reference as base branch instead of master
...
This way they will also work with release branches ;-).
2021-01-05 17:22:17 +01:00
MrKevinWeiss
67ef7e25e6
boards/stm32f4discovery: Add initial renode support
2021-01-05 17:09:58 +01:00
Martine Lenders
4bcf908176
Merge pull request #15667 from miri64/make/cleanup/static-tests
...
make: run static_tests.sh directly with `static-tests` target
2021-01-05 16:41:45 +01:00
Marian Buschsieweke
e5a0154255
Merge pull request #14660 from maribu/netdev_confirm_send
...
drivers/net: Add netdev_driver_t::confirm_send
2021-01-05 16:11:20 +01:00
Martine Lenders
0a8f5e028e
examples/suit_update: fix typo in README
2021-01-05 15:51:29 +01:00
Marian Buschsieweke
53fcb97b2f
drivers/net: Add netdev_driver_t::confirm_send
...
Changed the API of `netdev_driver_t`:
- The `send()` function should no longer return the number of bytes and should
not block
- The upper layer now must call the new `confirm_send()` function after
calling `send()`; either busy waiting until something different to `-EBUSY`
is returned, or after `NETDEV_EVENT_TX_COMPLETE` was signaled
During transition to the new API, the upper layer must remain backward
compatible and must assume the legacy API if `netdev_driver_t::confirm_send()`
is `NULL`.
2021-01-05 15:34:11 +01:00
8aae7f165f
Merge pull request #15700 from aabadie/pr/tools/suit_fix_deps
...
tools/suit/manifest-generator: fix dependencies in setup.py
2021-01-05 14:27:52 +01:00
Martine Lenders
ce0a363f62
Merge pull request #15690 from janosbrodbeck/pr/dtls/session_get_set_udp_ep
...
sock/dtls: add getter/setter for the remote UDP endpoint of sock_dtls_session_t
2021-01-05 14:23:51 +01:00
Bas Stottelaar
038482c076
Merge pull request #15301 from basilfx/feature/slwstk6220a_lost_and_found
...
lostandfound: document removal of boards/slwstk6220a
2021-01-05 13:41:27 +01:00
Bas Stottelaar
b8cc93975f
lostandfound: document removal of boards/slwstk6220a
2021-01-05 12:19:47 +01:00
Marian Buschsieweke
8309f42f9b
Merge pull request #15643 from maribu/atomic_utils
...
sys/atomic_utils: change API to also return previous value
2021-01-05 12:04:31 +01:00
benpicco
3b7f1d218c
Merge pull request #15705 from leandrolanzieri/pr/drivers/pn532_use_pseudomodules
...
drivers/pn532: use pseudomodules to select i2c or spi
2021-01-05 10:02:45 +01:00
János Brodbeck
a72e053d32
sock/dtls: add example of a blocking handshake to the doc
2021-01-04 20:22:58 +01:00
János Brodbeck
34a15b6540
pkg/tinydtls: implement sock_dtls_session_set_udp_ep
2021-01-04 20:22:57 +01:00
János Brodbeck
a303081101
sock/dtls: introduce function to set the udp endpoint from a session
2021-01-04 20:22:57 +01:00
Leandro Lanzieri
675ddb6ccc
drivers/pn532: use pseudomodules to select i2c or spi
2021-01-04 16:55:16 +01:00
41eea7ab64
Merge pull request #15702 from aabadie/pr/sys/suit_fix_shell_command
...
sys/shell: fix missing suit shell command in examples/suit_update
2021-01-04 09:14:32 +01:00
Marian Buschsieweke
b14ca8318e
Merge pull request #15680 from maribu/msp430-malloc
...
cpu/msp430_common: use malloc_thread_safe
2021-01-03 11:21:03 +01:00
Marian Buschsieweke
cc8070cede
Merge pull request #15681 from maribu/mips-malloc
...
cpu/mips32r2_common: use malloc_thread_safe
2021-01-03 11:20:41 +01:00
f5816b0c07
examples/suit_update: extend test with suit shell command
2020-12-31 15:30:31 +01:00
b277a6bad5
sys/shell: fix use of suit shell command
2020-12-30 19:06:41 +01:00
bb9e66af94
examples/suit_update: fix typo in README
2020-12-30 15:47:09 +01:00
abfb289aa3
tools/suit/manifest-generator: fix dependencies alignment
2020-12-30 15:18:42 +01:00