misc runtime patch #103

Merged
sb10q merged 3 commits from pca006132/artiq-zynq:runtime into master 2020-09-02 10:15:52 +08:00

3 Commits (master)

Author SHA1 Message Date
pca006132 7c98e21c96 Updated cargoSha256 2020-09-02 10:07:46 +08:00
pca006132 c0150d823e runtime: increased heap size 2020-09-02 10:07:46 +08:00
pca006132 664977e3f7 runtime: optimize for speed and fix deadlock
The previous method of taking the channel could cause deadlock, we now
use semaphore to signal if the channel is available instead of busy
polling the mutex.
2020-09-02 09:56:53 +08:00