rtic/examples/lm3s6965/examples
Román Cárdenas Rodríguez 4060c3def8
RISC-V support over CLINT (#815)
* Rebase to master

* using interrupt_mod

* bug fixes

* fix other backends

* Add changelog

* forgot about rtic-macros

* backend-specific configuration

* core peripherals optional over macro argument

* pre_init_preprocessing binding

* CI for RISC-V (WIP)

* separation of concerns

* add targets for RISC-V examples

* remove qemu feature

* prepare examples folder

* move examples all together

* move ci out of examples

* minor changes

* add cortex-m

* new xtask: proof of concept

* fix build.yml

* feature typo

* clean rtic examples

* reproduce weird issue

* remove unsafe code in user app

* update dependencies

* allow builds on riscv32imc

* let's fix QEMU

* Update .github/workflows/build.yml

Co-authored-by: Henrik Tjäder <henrik@tjaders.com>

* New build.rs

* removing test features

* adapt ui test to new version of clippy

* add more examples to RISC-V backend

* proper configuration of heapless for riscv32imc

* opt-out examples for riscv32imc

* point to new version of riscv-slic

* adapt new macro bindings

* adapt examples and CI to stable

* fix cortex-m CI

* Review

---------

Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2024-03-20 20:06:47 +00:00
..
async-channel-done.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-channel-no-receiver.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-channel-no-sender.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-channel-try.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-channel.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-delay.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-task-multiple-prios.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-task.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
async-timeout.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
big-struct-opt.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
binds.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
common.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
complex.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
declared_locals.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
destructure.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
executor-size.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
extern_binds.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
extern_spawn.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
generics.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
hardware.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
idle-wfi.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
idle.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
init.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
locals.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
lock-free.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
lock.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
multilock.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
not-sync.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
only-shared-access.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
peripherals-taken.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
pool.rs_old RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
preempt.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
prio-inversion.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
ramfunc.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
resource-user-struct.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
shared.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
smallest.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
spawn.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
spawn_arguments.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
spawn_err.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
spawn_loop.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
static.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
t-binds.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
t-cfg-resources.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
t-htask-main.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
t-idle-main.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
t-late-not-send.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
task.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
zero-prio-task.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00