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

sync: implement WaitGroup using a futex #4573

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

sync: implement WaitGroup using a futex

f6c291a
Select commit
Loading
Failed to load commit list.
Open

sync: implement WaitGroup using a futex #4573

sync: implement WaitGroup using a futex
f6c291a
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: arduino succeeded Nov 20, 2024 in 3h 13m 6s

Hardware CI passed

Hardware CI tests have passed.

Details

Flash

go: downloading tinygo.org/x/drivers v0.27.0
   code    data     bss |   flash     ram
   9744     429     602 |   10173    1031

avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file /tmp/tinygo1895973782/main.hex for flash
         with 10173 bytes in 1 section within [0, 0x27bc]
         using 80 pages and 67 pad bytes
avrdude: writing 10173 bytes flash ...

Writing | ################################################## | 100% 1.79s

avrdude: 10173 bytes of flash written
avrdude: verifying flash memory against /tmp/tinygo1895973782/main.hex

Reading | ################################################## | 100% 1.35s

avrdude: 10173 bytes of flash verified

avrdude done.  Thank you.


Tests

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

Tests complete.