1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 10:32:44 +01:00
RIOT/tests/pkg_tiny-asn1
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
..
tests tests/pkg_tiny-asn1: fix typos 2019-11-23 22:39:36 +01:00
main.c tests/pkg_tiny-asn1: fix typos 2019-11-23 22:39:36 +01:00
Makefile examples: test: remove remaining occurences of wsn430 2020-07-10 16:49:08 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md many typo fixes 2019-11-23 22:39:07 +01:00

pkg_tiny-asn1 test

This test tries to execute all basic functions of the tiny-asn1 library by decoding and encoding some data.

If everything works, the programs exits with a return code of 1 and prints "Decoding finished successfully" at the end. In case of an error, the program returns with an exit code of 1.