Skip to content

Commit a232a56

Browse files
committed
Remove outdated scripts
1 parent 3949da2 commit a232a56

File tree

3 files changed

+0
-178
lines changed

3 files changed

+0
-178
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ webserver: FORCE | build/rust
3030
cd rust/examples/webserver && cargo objcopy --bin server --release -- --output-target binary ../../../build/rust/webserver_server.bin
3131
cd rust/examples/webserver && cargo objcopy --bin client --release -- --output-target binary ../../../build/rust/webserver_client.bin
3232

33-
# see https://stackoverflow.com/a/61960833
34-
build/%-0.mlog: build/%.bin scripts/bin_to_mlog.py
35-
-rm -f build/$*-[0-9].mlog build/$*-[0-9][0-9].mlog
36-
python -m mlogv32.scripts.bin_to_mlog build/$*.bin
37-
3833
build/rust/examples/%.bin: FORCE | build/rust
3934
cd rust/examples/$* && cargo robjcopy ../../../build/rust/$*.bin
4035
cd rust/examples/$* && cargo objdump --release -- --disassemble > ../../../build/rust/$*.dump

python/src/mlogv32/scripts/bin_to_mlog.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

python/src/mlogv32/scripts/bin_to_msch.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)