Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
qitas committed Jul 2, 2021
1 parent 8f6ae55 commit c2faf30
Show file tree
Hide file tree
Showing 6 changed files with 1,176 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: qitas
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
21 changes: 19 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"type":"MCU",
"name":"LGT8F",
"name":"LGT8F328P",
"title": "LogicGreen MCU LGT8F328P",
"description":"LogicGreen Flash RISC 8bit MCU",
"version":"1.0.0",
"Core": {
"num": 1,
"type":"AVR",
Expand All @@ -17,10 +19,25 @@
"type": "git",
"url": "https://github.com/SoCXin/LGT8F328P"
},
"version":"1.0.0",
"series":["LGT8F328P","LGT8F328D"],
"package":["QFP48","QFP32","SSOP20"],
"peripheral": ["TIM","ADC","DAC","UART","SPI","LDO","PWM"],
"PWR": {
"VDD": [2800,5000],
"Ivdd": 3.5,
"LDO": [5000,3300],
"rate": 1024
},
"EMC": {
"EFT": 2000,
"ESD": 4000
},
"upload": {
"ISP": true,
"IAP": true,
"SWD": true,
"speed": 115200
},
"keywords": [
"dev-platform",
"AVR",
Expand Down
Loading

0 comments on commit c2faf30

Please sign in to comment.