Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cracked-machine committed Mar 10, 2024
1 parent f79aa92 commit 38d3f9a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@ tests/lcov
out
custom
.pytest_cache
docs/example

docs/example/*
!docs/example/example_two_maps_diagram.png
!docs/example/example_two_maps_table.png
!docs/example/example_region_collisions_diagram.png
!docs/example/example_region_collisions_table.png
!docs/example/example_end_collision_diagram.png
!docs/example/example_end_collision_table.png

examples.md
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Tool for generating diagrams that show the mapping of regions in memory, specifc
- Many additional settings are available in the JSON input. Please see the [schema](mm/schema.json) for more information.


More examples can be found in [docs/example/main.md](docs/example/main.md)

### Usage:

Expand Down Expand Up @@ -75,7 +74,7 @@ options:
python3 -m mm.diagram kernel 0x10 0x50 rootfs 0x50 0x30 dtb 0x90 0x30 uboot 0xD0 0x50 uboot-scr 0x110 0x30 -l 0x3e8
```

- Using JSON many other options can be set. See json files in [docs/example](docs/example) folder.
- Using JSON many other options can be set.

```
python3 -m mm.diagram -f docs/example/input.json
Expand Down
Binary file added docs/example/example_end_collision_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/example/example_end_collision_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/example/example_region_collisions_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/example/example_two_maps_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/example/example_two_maps_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38d3f9a

Please sign in to comment.