-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEST Embedded Arduino Micro (ClearCommError) #3956
Comments
I think it has the same route cause as #3742. |
Got a temporary patch.
Done with the commande : $ platformio test -e micro --without-testing -f test_embedded && platformio test -e micro --without-building --without-uploading -f test_embedded
Verbose mode can be enabled via `-v, --verbose` option
Collected 3 items
Processing test_embedded in micro environment
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Building...
Uploading...
Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% -0.00s
avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: reading input file ".pio\build\micro\firmware.hex"
avrdude: writing flash (5028 bytes):
Writing | ################################################## | 100% 0.39s
avrdude: 5028 bytes of flash written
avrdude: verifying flash memory against .pio\build\micro\firmware.hex:
avrdude: load data flash data from input file .pio\build\micro\firmware.hex:
avrdude: input file .pio\build\micro\firmware.hex contains 5028 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.05s
avrdude: verifying ...
avrdude: 5028 bytes of flash verified
avrdude: safemode: Fuses OK (E:CB, H:D8, L:FF)
avrdude done. Thank you.
======================================================================= [PASSED] Took 5.22 seconds =======================================================================
Verbose mode can be enabled via `-v, --verbose` option
Collected 3 items
Processing test_embedded in micro environment
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Testing...
If you don't see any output for the first 10 secs, please reset board (press reset button)
ureToString [PASSED]
-----------------------
1 Tests 0 Failures 0 Ignored
======================================================================= [PASSED] Took 5.68 seconds =======================================================================
Test Environment Status Duration
------------- ------------- -------- ------------
test_embedded micro PASSED 00:00:05.684
====================================================================== 1 succeeded in 00:00:05.684 ====================================================================== |
Duplicate of #3742 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration
Operating system: Windows 10
PlatformIO Version (
platformio --version
): PlatformIO Core, version 5.1.1Description of problem
Got an error when testing on embedded Arduino Micro board.
Steps to Reproduce
Actual Results
Expected Results
Test run on my Arduino Micro board.
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
The text was updated successfully, but these errors were encountered: