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

esp32c3: prepare for wifi/BLE support #4102

Merged
merged 2 commits into from
Jan 27, 2024

esp32c3: update linker script to support binary blobs

3ad3ace
Select commit
Loading
Failed to load commit list.
Merged

esp32c3: prepare for wifi/BLE support #4102

esp32c3: update linker script to support binary blobs
3ad3ace
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: stm32f4disco-1 succeeded Jan 27, 2024 in 42m 55s

Hardware CI passed

Hardware CI tests have passed.

Details

Flash

go: downloading tinygo.org/x/drivers v0.25.0
   code    data     bss |   flash     ram
  10248    1832    4312 |   12080    6144
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.869596
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: 0x08001914 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.