327 Commits (54137e8b3857be3a9c8556ea7c0a599d07188d0b)
 

Author SHA1 Message Date
Andre Richter dd4a132259
Change linker scripts 5 years ago
Andre Richter 9cd0f6e6a8
Update README.md 5 years ago
Andre Richter 651097d55e
Add first bunch of README stubs 5 years ago
Andre Richter f9020bbb03
Add script for diffing two tutorial sources 5 years ago
Andre Richter 35e6bc5be6
Update clean utility 5 years ago
Andre Richter 67ee3a9fa9
delete v1 tutorials 5 years ago
Andre Richter 8b6a4f1819
Add Rust embedded logo for docs 5 years ago
Andre Richter 3d8f12f619
Add code for tutorial 03 5 years ago
Andre Richter 784756eb04
Update utils 5 years ago
Andre Richter d6accd6c69
Add code for tutorial 02 5 years ago
Andre Richter cb78e1c7cc
Add code for tutorial 01 5 years ago
Andre Richter fed22475d1
Make utils container name board agnostic 5 years ago
Andre Richter 70bfa885d7
Add universal raspboot script 5 years ago
Andre Richter 2a97946f92
Initial preparations for rewrite 5 years ago
Richard A. Healy cdfce0d01b add openocd argument and raspboot device vars 5 years ago
Andre Richter 345ea5c6b8
Update README.md 5 years ago
Andre Richter 0fee46331d
Rustup 1.20 searches for components itself 🎉 5 years ago
Richard A. Healy 615578f67c Update 0B_hw_debug_JTAG/Makefile
CONTAINER_OPENOCD_ARG doesn't need to exist for make to do the right thing.

Co-Authored-By: Andre Richter <andre-richter@users.noreply.github.com>
5 years ago
Richard A. Healy d8d69deb6b Add/Test openocd argument and raspboot device vars 5 years ago
Andre Richter 8dd38181f0
Update README.md
Closes #28
5 years ago
Andre Richter 53821fe654
Add docker folder README 5 years ago
Andre Richter f13e6e4513
Change to new aarch64-unknown-none-softloat target.
Also, add safety docs where demanded by clippy.
5 years ago
Andre Richter d44dfc5580
Update README.md 5 years ago
Andre Richter 8e2e4d37ec
Update copyright dates 5 years ago
Andre Richter 280bac6270
Update toolchain and bump dependency versions
Binaries generated with:
Toolchain: 1.39.0-nightly
5 years ago
Andre Richter c55c5e1713
Update README.md
Fixes #25
5 years ago
Andre Richter f45eb1214f
Update README.md 5 years ago
Andre Richter 6a03ddea11
typo 5 years ago
Andre Richter 9818779ff2
Add README for tutorial 10_DMA_memory 5 years ago
Andre Richter c07413e2eb
Add Output to 0F
closes #23
5 years ago
Tianjiao Huang 42b9b293d8 Ignore cargo built files 5 years ago
Andre Richter f1919952f8
Add README for tutorial 0F 5 years ago
Andre Richter 89329e9447
Add MAIR_EL1 explanation. 5 years ago
Berkus Decker 71f0e8caf7 Allow overriding JTAG interface device when running docker image
This will require any non-standard use of this container to also
specify the rpi3.cfg path when invoking.

For example:
`docker run ... -f /openocd/tcl/interface/jlink.cfg -f /openocd/rpi3.cfg`
to work with JLink interface.
5 years ago
Andre Richter f6a0fb497d Revert "Allow overriding JTAG interface device when running docker image"
This reverts commit 30f83b260f.
5 years ago
Berkus Decker 30f83b260f Allow overriding JTAG interface device when running docker image 5 years ago
Nao Taco f33537d641 Refine JTAG wiring images 5 years ago
Andre Richter ec70a2a9c2
Update README.md 5 years ago
Andre Richter 76b86a4997 Use refactored Makefile from JTAG tutorial everywhere. 5 years ago
Andre Richter 0844823805 Minor corrections 5 years ago
Andre Richter dba7d87ef8 tutorials++ to account for JTAG tutorial 5 years ago
Andre Richter 28cf26a28a Extend JTAG tutorial 5 years ago
Andre Richter 59c6c15c1d Add container for openocd and gdb 5 years ago
Andre Richter 8da8c0e33f Add minimal JTAG boot 5 years ago
Nao Taco 36ab2efbd6 Add a tutorial for using debuggers
Add an instruction for openocd insallation

Update tutorial to use openocd on Docker

Fix RTCK pin

Add wiring diagram for JTAG connection
5 years ago
Andre Richter 4a716adcce
Add utils container to repository 5 years ago
Andre Richter 6f89d7e4a9
Finalize README for 0C - Virtual Memory 5 years ago
Andre Richter e4438e4220
Add 4 KiB page table image for virtual memory lesson 5 years ago
Andre Richter 7a341de935
Fix wrong output in README 5 years ago
Andre Richter 47996b4b78
Rewrite the kernel's static virtual memory mapping. 5 years ago