[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 16/18] tests/acceptance: Test the Arduino MEGA2560 board
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v4 16/18] tests/acceptance: Test the Arduino MEGA2560 board |
Date: |
Mon, 20 Jan 2020 23:01:05 +0100 |
As the path name demonstrates, the FreeRTOS tests target a
board based on a ATMega2560 MCU. We have one, the Arduino
MEGA2560.
Complementary documentation:
https://feilipu.me/2012/01/15/ethermega-arduino-mega-2560-and-freertos/
https://feilipu.me/2015/11/24/arduino_freertos/ (see 'Compatibility')
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
tests/acceptance/machine_avr6.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/acceptance/machine_avr6.py b/tests/acceptance/machine_avr6.py
index 611f6a62a4..b644d2a81c 100644
--- a/tests/acceptance/machine_avr6.py
+++ b/tests/acceptance/machine_avr6.py
@@ -27,7 +27,7 @@ class AVR6Machine(Test):
def test_freertos(self):
"""
:avocado: tags=arch:avr
- :avocado: tags=machine:sample
+ :avocado: tags=machine:arduino-mega-2560-v3
"""
"""
https://github.com/seharris/qemu-avr-tests/raw/master/free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf
--
2.21.1
- [PATCH v4 06/18] hw/timer/avr_timer16: Rename memory region debugging name, (continued)
- [PATCH v4 06/18] hw/timer/avr_timer16: Rename memory region debugging name, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 08/18] hw/avr/Makefile: Use CONFIG_AVR_SAMPLE variable, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 09/18] hw/char: Rename avr_usart -> atmel_usart, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 10/18] hw/timer: Rename avr_timer16 -> atmel_timer16, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 11/18] hw/misc: Rename avr_mask -> atmel_power, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 12/18] hw/avr: Introduce ATMEL_ATMEGA_MCU config, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 15/18] tests/boot-serial-test: Test some Arduino boards (AVR based), Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 14/18] hw/avr: Add some Arduino boards, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 13/18] hw/avr: Add some ATmega microcontrollers, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 16/18] tests/acceptance: Test the Arduino MEGA2560 board,
Philippe Mathieu-Daudé <=
- [PATCH v4 18/18] .travis.yml: Run the AVR acceptance tests, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 17/18] hw/avr: Remove the unrealistic AVR 'sample' board, Philippe Mathieu-Daudé, 2020/01/20
- Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards, Philippe Mathieu-Daudé, 2020/01/20
- Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards, Michael Rolnik, 2020/01/21