Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
avrgirl-chips-json
Advanced tools
AVR microchip properties in friendly json format, for use with avrgirl or whatever you fancy.
AVR microchip properties in friendly json, for use with avrgirl or whatever you fancy.
npm install avrgirl-chips-json
var chips = require('avrgirl-chips-json');
console.log(chips.attiny85);
Example object format (ATtiny85):
{
"name": "ATtiny85",
"timeout": 200,
"stabDelay": 100,
"cmdexeDelay": 25,
"syncLoops": 32,
"byteDelay": 0,
"pollIndex": 3,
"pollValue": 83,
"preDelay": 1,
"postDelay": 1,
"pgmEnable": [172, 83, 0, 0],
"erase": {
"cmd": [172, 128, 0, 0],
"delay": 45,
"pollMethod": 1
},
"flash": {
"write": [64, 76, 0],
"read": [32, 0, 0],
"mode": 65,
"blockSize": 64,
"delay": 10,
"poll2": 255,
"poll1": 255,
"size": 8192,
"pageSize": 64,
"pages": 128,
"addressOffset": 0
},
"eeprom": {
"write": [193, 194, 0],
"read": [160, 0, 0],
"mode": 65,
"blockSize": 4,
"delay": 5,
"poll2": 255,
"poll1": 255,
"size": 512,
"pageSize": 4,
"pages": 128,
"addressOffset": 0
},
"sig": [30, 147, 11],
"signature": {
"size": 3,
"startAddress": 0,
"read": [48, 0, 0, 0]
},
"fuses": {
"startAddress": 0,
"write": {
"low": [172, 160, 0, 0],
"high": [172, 168, 0, 0],
"ext": [172, 164, 0, 0]
},
"read": {
"low": [80, 0, 0, 0],
"high": [88, 8, 0, 0],
"ext": [80, 8, 0, 0]
}
}
}
The following chips are supported. If you encounter a bug with any of them, please open an issue on this repository, or better yet, send me a pull request!
ATtiny chips
ATmega chips
Unknown values for chips are listed as null
. If you are using this project, please keep this in mind and implement error handling or account in some way for the possibility of null
values in your code.
Follow the format of existing chips in this repo. If you need to add a new directory (eg. 'atmega') then go ahead.
Thank you! :raised_hands:
FAQs
AVR microchip properties in friendly json format, for use with avrgirl or whatever you fancy.
The npm package avrgirl-chips-json receives a total of 12 weekly downloads. As such, avrgirl-chips-json popularity was classified as not popular.
We found that avrgirl-chips-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.