• Joined on 2020年01月04日
bergzand pushed tag v0.1.0 to bergzand/memsolve 2026年06月16日 14:08:32 +02:00
bergzand pushed to main at bergzand/memsolve 2026年06月16日 12:06:28 +02:00
9ad0fd000d
docs: add explanatory readme to the data examples
4f6222ffb7
fix: fix issues in data examples
012b962e48
fix: mark serde structs as deny_unknown_fields
Compare 3 commits »
bergzand pushed to main at bergzand/memsolve 2026年06月16日 11:39:19 +02:00
eb3dc26cd7
chore: sort Cargo.toml sections
7433b2daad
fix: add semicolon in test
0a63fde0e8
chore: add prek.toml
bfc55149b9
chore: add keywords and categories
a03930d1b6
chore: add license files
Compare 5 commits »
bergzand pushed to main at bergzand/memsolve 2026年06月16日 10:02:59 +02:00
6619d4badc
chore: extend tests
70b483622b
fix: add PartialEq to errors
Compare 2 commits »
bergzand pushed to main at bergzand/memsolve 2026年06月15日 16:57:48 +02:00
39e63cae66
chore: resolve clippy issues
bergzand pushed to main at bergzand/memsolve 2026年06月11日 10:50:33 +02:00
c6f36cd584
chore: fix compilation with optional features
bergzand pushed to main at bergzand/memsolve 2026年06月10日 16:16:43 +02:00
d84f49c6aa
fix: gate tests on feature requirements
57bdfe8290
fix: serde is optional again
2ddf2a9ea0
refactor: make uom optional
d43b616452
refactor: reduce uom usage to the public api
Compare 4 commits »
bergzand pushed to main at bergzand/memsolve 2026年06月08日 15:55:42 +02:00
73497abd2f
doc: add main documentation
7807fb5ce1
refactor: rename section to linker_name
084c0eff6e
chore: mark resolve_layout as must_use
8bc27bce8b
fix: make information pub
Compare 4 commits »
bergzand renamed repository from rommel to bergzand/memsolve 2026年06月08日 15:51:48 +02:00
bergzand pushed to main at bergzand/memsolve 2026年06月08日 15:51:31 +02:00
e9d75b0e21
chore: rename crate to memsolve
bergzand pushed to main at bergzand/memsolve 2026年06月04日 16:11:38 +02:00
338977317e
feat: make resolved section info pub
4ebded0c22
fix: start at the flash start address
Compare 2 commits »
bergzand commented on pull request bergzand/senml#3 2026年06月03日 11:57:45 +02:00
feat: Impl Add for NumericValue

I have half an implementation floating around somewhere that splits this out for the different NumericValue variants, let me check if I can push that somewhere and that with this.

bergzand pushed to main at bergzand/memsolve 2026年06月03日 10:29:13 +02:00
bae65de936
docs: add minimal documentation
bergzand pushed to main at bergzand/memsolve 2026年05月29日 14:38:56 +02:00
75869b214d
chore: fix clippy pedantic lints
bergzand pushed to main at bergzand/senml 2026年05月25日 11:40:26 +02:00
cd20401ac0
refactor: simplify bignum handling
bergzand pushed to main at bergzand/senml 2026年05月25日 10:53:17 +02:00
fe5aa30278
chore: rust format
ff7bdfd4f5
chore: Add Pedantic clippy group
Compare 2 commits »
bergzand pushed to main at bergzand/memsolve 2026年05月17日 21:34:48 +02:00
b5268d32f8
feat: add some example data files
e0e2eed40e
feat: add example memory.x generator
7361120729
chore: add rustfmt config
d1d073fb5a
feat: initial feature set of rommel
e68b52dc13
feat: add chip information
bergzand created branch main in bergzand/memsolve 2026年05月17日 21:34:48 +02:00
bergzand created repository bergzand/memsolve 2026年05月17日 21:34:12 +02:00
bergzand commented on pull request bergzand/senml#1 2026年04月29日 16:23:45 +02:00
add normalizzzz