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 |
pca006132
|
3958953ceb
|
libcortex_a9/sync_channel: added drop_elements function.
|
2020-08-05 15:29:28 +08:00 |
pca006132
|
25c6d5eeaa
|
Changes usage of sev/wfe to spinlock functions.
|
2020-08-04 13:54:19 +08:00 |
pca006132
|
b65606f2d0
|
libcortex_a9/sync_channel: added reset.
|
2020-08-03 15:50:31 +08:00 |
pca006132
|
b099c56569
|
libcortex_a9/sync_channel: new version compiled.
|
2020-07-28 12:36:16 +08:00 |
Sebastien Bourdeauducq
|
b26327e474
|
typo
|
2020-04-13 10:39:38 +08:00 |
Astro
|
0000575ce0
|
libasync: add async_send/async_recv methods
|
2020-04-13 01:24:37 +02:00 |
Astro
|
6fd6f429fe
|
libcortex_a9: impl Iterator for sync_channel::Receiver
|
2020-04-09 02:56:54 +02:00 |
Astro
|
e54edbf32d
|
libcortex_a9: add sync_channel
|
2020-04-09 02:49:24 +02:00 |