zynq-rs/libcortex_a9
pca006132 73e4e4fd03 libcortex_a9/sync_channel: fixed memory leak
ptr::drop_in_place would not drop the box content properly,
the best way is to convert it back to a box and implicitly drop it.
2020-08-27 17:03:26 +08:00
..
src libcortex_a9/sync_channel: fixed memory leak 2020-08-27 17:03:26 +08:00
Cargo.toml libcortex_a9: added L2 cache 2020-08-20 13:01:17 +08:00