Skip to content

Commit

Permalink
gen-device-svd: enclose assembly description with multi-line comment;…
Browse files Browse the repository at this point in the history
… bump tinyboot version
  • Loading branch information
soypat committed Dec 7, 2024
1 parent 4fd580c commit b34e349
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/soypat/tinyboot v0.0.0-20240922191516-a0ab175013d3 // indirect
github.com/soypat/tinyboot v0.0.0-20241006115208-8052aa474a61 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/text v0.16.0 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 h1:aQKxg3+2p+IFXXg97M
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3/go.mod h1:9/etS5gpQq9BJsJMWg1wpLbfuSnkm8dPF6FdW2JXVhA=
github.com/soypat/tinyboot v0.0.0-20240922191516-a0ab175013d3 h1:qTeQ5xG5DQUW01KWdoMJ/XbZp8InTm1Mz7nR7Qfv4D0=
github.com/soypat/tinyboot v0.0.0-20240922191516-a0ab175013d3/go.mod h1:OsayN6hjGmz9VPyFHqVH6OSAUvUjXAcMviO3YS336hA=
github.com/soypat/tinyboot v0.0.0-20241006115208-8052aa474a61 h1:scXdoncw2DkQjjY0KLpgkZNXQYaFhNktEO3kqKVdHzI=
github.com/soypat/tinyboot v0.0.0-20241006115208-8052aa474a61/go.mod h1:OsayN6hjGmz9VPyFHqVH6OSAUvUjXAcMviO3YS336hA=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/tetratelabs/wazero v1.6.0 h1:z0H1iikCdP8t+q341xqepY4EWvHEw8Es7tlqiVzlP3g=
Expand Down
4 changes: 3 additions & 1 deletion tools/gen-device-svd/gen-device-svd.go
Original file line number Diff line number Diff line change
Expand Up @@ -1359,8 +1359,10 @@ func writeAsm(outdir string, device *Device) error {
t := template.Must(template.New("go").Parse(`// Automatically generated file. DO NOT EDIT.
// Generated by gen-device-svd.go from {{.File}}, see {{.DescriptorSource}}
/*
{{.Description}}
//
*/
{{.LicenseBlock}}
.syntax unified
Expand Down

0 comments on commit b34e349

Please sign in to comment.