zynq-rs/libcortex_a9/src
pca006132 ae244082ed more cpu options 2020-09-07 16:13:51 +08:00
..
asm.rs libcortex_a9/mutex: added interrupt critical section mask. 2020-08-03 12:35:17 +08:00
cache.rs libcortex_a9: added L2 cache 2020-08-20 13:01:17 +08:00
exceptions.s split into lib{register, cortex_a9, board_zynq, board_zc706} crates 2019-12-17 23:35:58 +01:00
fpu.rs FPU: moved enable function to zc706 2020-07-03 16:02:34 +08:00
l2c.rs CPU options for better performance 2020-09-04 16:38:48 +08:00
lib.rs libcortex_a9: added L2 cache 2020-08-20 13:01:17 +08:00
mmu.rs more cpu options 2020-09-07 16:13:51 +08:00
mutex.rs libcortex_a9/mutex: use AcqRel for CAS operations 2020-08-24 15:24:20 +08:00
regs.rs CPU options for better performance 2020-09-04 16:38:48 +08:00
semaphore.rs libcortex_a9/semaphore: mark new as const fn 2020-09-02 09:51:52 +08:00
sync_channel.rs libcortex_a9/sync_channel: fixed memory leak 2020-08-27 17:03:26 +08:00
uncached.rs libcortex_a9/uncached: fixed mmu setting 2020-08-20 13:01:49 +08:00