Skip to content
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

main: parse extldflags early so we can report the error message #4548

Merged
merged 1 commit into from
Nov 1, 2024

main: parse extldflags early so we can report the error message

e021d89
Select commit
Loading
Failed to load commit list.
Merged

main: parse extldflags early so we can report the error message #4548

main: parse extldflags early so we can report the error message
e021d89
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: stm32f4disco-1 succeeded Oct 25, 2024 in 39m 7s

Hardware CI passed

Hardware CI tests have passed.

Details

Flash

go: downloading tinygo.org/x/drivers v0.27.0
   code    data     bss |   flash     ram
  10408    1832    4336 |   12240    6168
Open On-Chip Debugger 0.12.0
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.org/doc/doxygen/bugs.html
WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg
Info : auto-selecting first available session transport "hla_swd". To override use 'transport select <transport>'.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : clock speed 2000 kHz
Info : STLINK V2J25M14 (API v2) VID:PID 0483:374B
Info : Target voltage: 2.872962
Info : [stm32f4x.cpu] Cortex-M4 r0p1 processor detected
Info : [stm32f4x.cpu] target has 6 breakpoints, 4 watchpoints
Info : starting gdb server for stm32f4x.cpu on 3333
Info : Listening on port 3333 for gdb connections
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
[stm32f4x.cpu] halted due to debug-request, current mode: Thread 
xPSR: 0x01000000 pc: 0x08001628 msp: 0x20001000
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
** Programming Started **
Info : device id = 0x10076413
Info : flash size = 1024 KiB
** Programming Finished **
** Resetting Target **
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
shutdown command invoked

Tests

no serial data from device yet. begin running tests anyhow...

  • digitalReadVoltage = pass
  • digitalReadGround = pass
  • digitalWriteOn = pass
  • digitalWriteOff = pass
  • analogReadVoltage = pass
  • analogReadGround = pass
  • analogReadHalfVoltage = pass
  • i2cConnection = pass
  • spiTx = pass
  • spiRx = pass

Tests complete.