Enable REALTIME system option to see whether this fixes USB 'Transaction failed' errors

https://github.com/probonopd/MiniDexed/issues/26#issuecomment-1049188568
pull/29/head
probonopd 2 years ago committed by GitHub
parent eebd6f6d68
commit 4d6bf142f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build.sh

@ -19,6 +19,7 @@ cd circle-stdlib/
make mrproper || true
./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}"
echo "DEFINE += -DSAVE_VFP_REGS_ON_IRQ" >> libs/circle/Config.mk
echo "DEFINE += -DREALTIME" >> libs/circle/Config.mk
make -j$(nproc)
cd ..

Loading…
Cancel
Save