Add intel hex library (#775)
This commit is contained in:
parent
32440d6ae3
commit
890da06ed2
1 changed files with 13 additions and 0 deletions
|
|
@ -9709,5 +9709,18 @@
|
|||
"description": "Print fabulously in your terminal",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/icyphox/fab"
|
||||
},
|
||||
{
|
||||
"name": "intel_hex",
|
||||
"url": "https://github.com/keyme/nim_intel_hex",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"utils",
|
||||
"parsing",
|
||||
"hex"
|
||||
],
|
||||
"description": "Intel hex file utility library",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/keyme/nim_intel_hex"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue