Tags: baldurmen/tomu-bootloader
Tags
prebuilt: add v2.0-rc7 binaries This fixes the WebUSB header. Signed-off-by: Sean Cross <[email protected]>
Merge pull request im-tomu#36 from CuriousLearner/patch-1 fix(README): Add command for downloading toboot in tomu
toboot: fix `make clean` on Windows Use some special macros to get `make clean` to work properly on Windows. Signed-off-by: Sean Cross <[email protected]>
toboot: change device name back Now that we have enough space, change the device name back to "Tomu Bootloader". Signed-off-by: Sean Cross <[email protected]>
prebuilt: check in v2.0-rc5 Check in prebuilt binaries for v2.0-rc5. Signed-off-by: Sean Cross <[email protected]>
toboot: allow app_vectors to be anywhere This allows the app_vector array to be moved to anywhere, which finally realizes the ability to e.g. store programs at offset 0x2000. Previously, we were still hardcoding an offset of 0x4000. Signed-off-by: Sean Cross <[email protected]>
usb_desc: include git version in product name Signed-off-by: Sean Cross <[email protected]>
gitignore: add secure-erase test output files Ignore the secure erase output files. Signed-off-by: Sean Cross <[email protected]>
gitignore: add boosted build files Ignore build files for boosted. Signed-off-by: Sean Cross <[email protected]>