Commit Graph

452 Commits (master)
 

Author SHA1 Message Date
Astro 88a2a2bc71 libasync, libboard_zynq: add block_async glue, make GlobalTimer sharable 4 years ago
Astro 8012573a8f libboard_zynq: impl embedded_hal CountDown for GlobalTimer 4 years ago
Astro 4ab6fb6271 libboard_zynq: use Void in uart embedded_hal impl 4 years ago
Astro f835192c0a libboard_zynq: add GlobalTimer implementation 4 years ago
Astro 04c47b9bdb libboard_zynq: impl embedded_hal serial write traits for Uart 4 years ago
Sebastien Bourdeauducq 61e67520d1 libsupport_zynq: better logging format (from ARTIQ) 4 years ago
Astro f8782f3f69 libboard_zynq: let println!() write no '\r' 4 years ago
Astro a376b37426 libsupport_zynq: add logger implementation for the `log` crate 4 years ago
Sebastien Bourdeauducq 50667f0a13 core1: reset -> disable, add restart function 4 years ago
Astro bcedd02ad9 libasync: add TcpSocket::{close, abort, keep_alive, timeout}() 4 years ago
Astro 60e45f096d libasync: Sockets::run() returns ! 4 years ago
Astro c3fc948714 libasync: replace TcpStream::listen() with accept(), make accept() return earlier 4 years ago
Sebastien Bourdeauducq be35be8d38 Revert "Revert "libasync: don't let TcpStream::read() call back for empty buffers""
Zero-length buffer is really a special case, as one must return Poll::Pending in this case.

This reverts commit 1ac10ba0d4.
4 years ago
Sebastien Bourdeauducq 1ac10ba0d4 Revert "libasync: don't let TcpStream::read() call back for empty buffers"
Usually easy to handle in user code and avoids duplicating logic.

This reverts commit e3a6a6e1f8.
4 years ago
Astro e3a6a6e1f8 libasync: don't let TcpStream::read() call back for empty buffers 4 years ago
Astro 60a29456ec libasync: change TcpStream::listen() callback constraint from Copy to Clone 4 years ago
Sebastien Bourdeauducq b26327e474 typo 4 years ago
Astro 0000575ce0 libasync: add async_send/async_recv methods 4 years ago
Astro 526cfe7577 update rust-nightly 4 years ago
Astro c3502888f2 experiments: mod ps7_init only for target_zc706 4 years ago
Astro 4b346f5c55 libboard_zynq: fix flash manual_mode chip_index 4 years ago
Astro 2dda3ca4e6 libboard_zynq: delint 4 years ago
Astro e8763fa969 Cargo.toml: flip LTO back on to fit OCM 4 years ago
Astro 58e4e34fa5 libsupport_zynq: fix a cast 4 years ago
Sebastien Bourdeauducq 8e09947c54 update cargo lockfile 4 years ago
Astro 6fd6f429fe libcortex_a9: impl Iterator for sync_channel::Receiver 4 years ago
Astro e54edbf32d libcortex_a9: add sync_channel 4 years ago
Astro 64771bf233 libcortex_a9: revamp cache maintenance 4 years ago
Astro c3ebafa6ed libboard_zynq: fix flash read 4 years ago
Astro ab2a8db4d3 libasync: pass time 4 years ago
Astro 8a98cef3fc libboard_zynq: fix some hw setup 4 years ago
Astro de4e24adf4 experiments: add ps7_init::report_differences() 4 years ago
Astro 6dde8c3b02 libasync: doc TcpStream 4 years ago
Astro 75a8889d28 libasync: create TcpSocketBuffers from uninitialized memory 4 years ago
Astro 0618642d3f libasync: simplify TcpStream::accept() 4 years ago
Astro 90e9a7db02 libasync: refactor listen() into accept()+listen() with a backlog 4 years ago
Astro ab1404488c libasync: fix TcpStream, implement recv()+send() 4 years ago
Astro 8bc721826c libasync: wrap_waker() 4 years ago
Astro 25e80f63f9 experiments: setup IoPll to 1 GHz to fix eth 4 years ago
Astro d2f91eac25 libasync: start smoltcp support 4 years ago
Astro 48257e989c libasync: pin tasks to memory 4 years ago
Astro 965a00801e libcortex_a9: set DDR pages non-bufferable to fix eth dma 4 years ago
Astro 46af38906e libboard_zynq: wrap eth Buffer for alignment 4 years ago
Astro ed52ead914 cora ddr attempts 4 years ago
Astro ea765fc529 libasync: replace executor Mutexes with RefCells
this will not run on multi-core.
4 years ago
Astro 5b95410244 libasync: adapt from async-on-embedded/async-cortex-m 4 years ago
Astro d2fc0ecc14 default.nix: update cargoSha256 4 years ago
Astro ab75be80ba update smoltcp to 0.6.0 4 years ago
Astro 319f7d9eef move smoltcp dependency to libboard_zynq only 4 years ago
Astro 74012603f6 default.nix: update cargoSha256 4 years ago