Skip to content

Commit

Permalink
Initial support for the UF2 file format ##io
Browse files Browse the repository at this point in the history
  • Loading branch information
aviciano authored Jul 13, 2024
1 parent 25a765f commit 19cf58b
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/plugins-cfg/plugins.def.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ io.w32
io.w32dbg
io.winedbg
io.sysgdb
io.uf2
io.winkd
io.xalz
io.xattr
Expand Down
1 change: 1 addition & 0 deletions libr/include/r_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ extern RIOPlugin r_io_plugin_treebuf;
extern RIOPlugin r_io_plugin_sysgdb;
extern RIOPlugin r_io_plugin_serial;
extern RIOPlugin r_io_plugin_cyclic;
extern RIOPlugin r_io_plugin_uf2;

#if __cplusplus
}
Expand Down
1 change: 1 addition & 0 deletions libr/io/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ r_io_sources = [
'p/io_shm.c',
'p/io_sparse.c',
'p/io_tcpslurp.c',
'p/io_uf2.c',
'p/io_winkd.c',
'p/io_winedbg.c',
'p/io_zip.c',
Expand Down
Loading

0 comments on commit 19cf58b

Please sign in to comment.