-
- Downloads
aes experiment
Showing
- .cargo/config 11 additions, 1 deletion.cargo/config
- .cproject 262 additions, 0 deletions.cproject
- .gdbinit_script 0 additions, 0 deletions.gdbinit_script
- .project 33 additions, 0 deletions.project
- .settings/com.atollic.truestudio.debug.hardware_device.prefs 10 additions, 0 deletions.settings/com.atollic.truestudio.debug.hardware_device.prefs
- .settings/com.atollic.truestudio.tsp.prefs 3 additions, 0 deletions.settings/com.atollic.truestudio.tsp.prefs
- .settings/com.github.rustdt.ide.core.prefs 9 additions, 0 deletions.settings/com.github.rustdt.ide.core.prefs
- .settings/language.settings.xml 23 additions, 0 deletions.settings/language.settings.xml
- .settings/org.eclipse.cdt.managedbuilder.core.prefs 11 additions, 0 deletions.settings/org.eclipse.cdt.managedbuilder.core.prefs
- .settings/org.eclipse.ltk.core.refactoring.prefs 2 additions, 0 deletions.settings/org.eclipse.ltk.core.refactoring.prefs
- Cargo.toml 15 additions, 4 deletionsCargo.toml
- atollic.md 48 additions, 0 deletionsatollic.md
- examples/nested.rs 198 additions, 9 deletionsexamples/nested.rs
- nucleo-64-rtfm 16.launch 53 additions, 0 deletionsnucleo-64-rtfm 16.launch
- nucleo-64-rtfm Release.launch 53 additions, 0 deletionsnucleo-64-rtfm Release.launch
- nucleo-64-rtfm.launch 53 additions, 0 deletionsnucleo-64-rtfm.launch
- r 5 additions, 0 deletionsr
- x.json 27 additions, 0 deletionsx.json
.cproject
0 → 100644
This diff is collapsed.
File moved
.project
0 → 100644
.settings/com.atollic.truestudio.tsp.prefs
0 → 100644
.settings/com.github.rustdt.ide.core.prefs
0 → 100644
.settings/language.settings.xml
0 → 100644
... | @@ -18,18 +18,29 @@ untagged-option = "0.1.1" | ... | @@ -18,18 +18,29 @@ untagged-option = "0.1.1" |
rtfm-core = "0.1.0" | rtfm-core = "0.1.0" | ||
cortex-m-rtfm-macros = { path = "macros" } | cortex-m-rtfm-macros = { path = "macros" } | ||
[target.'cfg(target_arch = "x86_64")'.dev-dependencies] | #[target.'cfg(target_arch = "x86_64")'.dev-dependencies] | ||
compiletest_rs = "0.2.8" | #compiletest_rs = "0.2.8" | ||
[dev-dependencies.cortex-m-rt] | [dev-dependencies.cortex-m-rt] | ||
features = ["abort-on-panic"] | features = ["abort-on-panic"] | ||
version = "0.3.3" | version = "0.3.3" | ||
[dev-dependencies.stm32f40x] | #[dev-dependencies.stm32f40x] | ||
git = "https://gitlab.henriktjader.com/pln/STM32F40x" | #git = "https://gitlab.henriktjader.com/pln/STM32F40x" | ||
#features = ["rt"] | |||
#version = "0.1.0" | |||
[dev-dependencies.stm32f413] | |||
#path = "/home/pln/rtfm/stm32f413" | |||
git = "https://gitlab.henriktjader.com/pln/stm32f413" | |||
features = ["rt"] | features = ["rt"] | ||
version = "0.1.0" | version = "0.1.0" | ||
[dev-dependencies.cortex-m-debug] | |||
path = "/home/pln/rtfm/cortex-m-debug" | |||
version = "0.1.0" | |||
[features] | [features] | ||
wcet_bkpt = [] | wcet_bkpt = [] | ||
wcet_nop = [] | wcet_nop = [] | ||
... | ... |
atollic.md
0 → 100644
nucleo-64-rtfm 16.launch
0 → 100644
nucleo-64-rtfm Release.launch
0 → 100644
nucleo-64-rtfm.launch
0 → 100644
r
0 → 100644
x.json
0 → 100644
Please register or sign in to comment