Marian Buschsieweke
7e58bea1bd
examples,tests: Update Makefile.ci
s
2023-02-27 12:31:04 +01:00
Firas Hamdi
2543b3d2b6
tests/candev: update test application
2022-07-12 15:09:58 +02:00
Firas Hamdi
285ba27be6
tests/candev: adapt test application
2022-06-26 17:38:23 +02:00
Francisco Molina
5653e00a91
tests/candev/README: cleanup README
2022-04-25 12:48:10 +02:00
Francisco Molina
dfac66bc68
tests/candev/README.native.can.md: add README for native can setup
2022-04-25 12:48:10 +02:00
Daniel Lockau
94412b16b4
tests/candev: cleanup
2022-04-20 11:55:29 +02:00
Karl Fessel
406e231225
tests: add building BOARD defaults
2022-02-28 21:59:57 +01:00
Gunar Schorcht
ff4641ec36
tests/candev: fix compilation with NDEBUG
2021-12-09 16:44:19 +01:00
Gerson Fernando Budke
4a9f0efb6d
boards: introduce atmega328p-xplained-mini
...
Add ATmega328P Xplained Mini board. The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03:00
madokapeng
905723be59
sys/include/can: Add loopback operation mode
...
tests/candev: Add loopback mode for testing purpose
2021-03-08 12:13:15 -05:00
Bas Stottelaar
4cce485b6f
tests/*: realign ENABLE_DEBUG
2020-10-23 11:27:48 +02:00
Bas Stottelaar
6deaf39e5d
tests/*: add missing include of assert.h
2020-10-22 11:13:09 +02:00
05fbeb65b1
tests: skip nucleo-l011k4 where it doesn't fit
2020-10-15 18:52:51 +02:00
Wouter Symons
4c2bc23a7a
tests/candev: prevent deadlock when sending CAN messages without payload
2020-10-07 21:22:46 +02:00
Wouter Symons
680476c6a0
tests/candev: add mcp2515 support
2020-10-07 21:22:42 +02:00
Vincent Dupont
e2fa5bcb7c
tests/candev: adapt to use periph_can
...
This makes tests/candev use periph_can by default instead of old native
specific driver.
2020-09-30 12:59:03 +02:00
Vincent Dupont
b4f29035ce
native/can: fix CAN init
...
Native CAN device was not properly ported to periph_can interface.
This commit fixes this by renaming all needed structures and files so
auto_init_can can initialize the native device. FEATURES_PROVIDED is
also updated for native.
2020-09-30 12:59:03 +02:00
Francisco Molina
629ec37944
tests/candev: remove make error
2020-09-03 09:51:47 +02:00
Wouter Symons
f8d9566a84
tests/candev: Prevent user from attempting to use native can interface on non-native board
2020-08-28 21:17:13 +02:00
Wouter Symons
a7880ab98d
test/candev: add candev test app with native support
...
This test app bypasses candll and uses the candev abstraction directly.
This has the limitation that you can only use one can driver and one can
device, which is in most use cases sufficient.
2020-03-10 18:13:15 +01:00