examples init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00040000
|
||||
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008000
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
cargo:rustc-link-search=/home/filip/Documents/programming/uni/progvs/tm4c-rtic-example/target/debug/build/tm4c123x-hal-1e96ddca682f6e10/out
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rerun-if-changed=memory.x
|
||||
@@ -0,0 +1 @@
|
||||
/home/filip/Documents/programming/uni/progvs/tm4c-rtic-example/target/debug/build/tm4c123x-hal-1e96ddca682f6e10/out
|
||||
Reference in New Issue
Block a user