Skip to content

Commit 21415c3

Browse files
author
null-lab
committed
Release v1.0.7 update readme
1 parent bbad62e commit 21415c3

File tree

5 files changed

+33
-7
lines changed

5 files changed

+33
-7
lines changed

README_zh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
- [ ] (增强型功能) [快速ADC]()
2222
- [x] (增强型功能) [快速IO口](./libraries/BasicsExamples/examples/FastIO/FastIO.ino) 减少代码体积,大大提升执行效率
2323
- [ ] (增强型功能) [2~6引脚80mA电流输出]()
24-
- [ ] (增强型功能) [把AREF引脚当作A10]()
24+
- [x] (增强型功能) [把AREF引脚当作A10](https://github.com/nulllaborg/arduino_nulllab/commit/bbad62)
2525
- [x] (增强型功能) [低功耗电源管理](./libraries/PMU/examples/PMU_PowerOff/PMU_PowerOff.ino)
2626
- [ ] (增强型功能) [DAC功能]()
2727
- [ ] (增强型功能) [不使用eerom,直接操作flash]()
28-
- [ ] [软件串口适用所有频率]()
29-
- [ ] [32M频率串口,延时函数适配]()
28+
- [x] [软件串口适用所有频率](https://github.com/nulllaborg/arduino_nulllab/commit/cda03e)
3029

3130
## Nulllab开发板Arduino IDE支持包
3231

@@ -94,14 +93,15 @@ b、**双击运行**-->**输入y**-->**回车**
9493
| 图片 | ![](./doc/pic/nano3.1.png) | ![](./doc/pic/nano_pro.png) | ![maker-nano](./doc/pic/maker-nano.png) | ![](./doc/pic/mango_uno.png) | ![](./doc/pic/orion.png) |
9594
| 参数 | CH340G下载芯片<br />内部晶振<br />16M主频<br />PCB尺寸:45x18MM | CH340G下载芯片<br />内部晶振<br />16M主频<br />PCB尺寸:45x18mm | 兼容官方驱动下载芯片<br />内部晶振<br />16M主频<br />PCB尺寸:56x32mm | 兼容官方驱动下载芯片<br />外部16M晶振<br />16M主频<br />PCB尺寸:68.6x53.4mm | 兼容官方驱动下载芯片<br />外部32M晶振<br />32M主频<br />PCB尺寸: |
9695
| 特点 | Mini-Usb接口<br />尺寸完全兼容官方arduino nano 3.0 | Micro-Usb接口<br />功能尺寸兼容Nano V3.0单面贴片 | Micro-Usb接口<br />板载2路电机驱动(最大1.5A输出)<br />兼容乐高孔 | Type-B usb接口<br />尺寸完全兼容官方arduino uno r3 | 补强Uno IO口不够用,功能介于Uno和Mega2560之间 |
97-
| 状态 | 已量产<br />[淘宝](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-21257395099.47.1e64226e0PHZp6&id=650808111227) | 已量产<br />[淘宝](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-21257395099.47.1e64226e0PHZp6&id=650808111227) | 已量产<br />[淘宝](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-21257395099.47.1e64226e0PHZp6&id=650808111227) | 准备量产 | 开发中 |
96+
| 状态 | 已量产<br />[淘宝](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-21257395099.47.1e64226e0PHZp6&id=650808111227) | 已量产<br />[淘宝](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-21257395099.47.1e64226e0PHZp6&id=650808111227) | 已量产<br />[淘宝](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-21257395099.47.1e64226e0PHZp6&id=650808111227) | [WiKi资料](https://github.com/nulllaborg/arduino_nulllab/wiki/Mango-Uno) | 开发中 |
9897

9998
**其他基于LGT8F328P的开源项目**
10099

101100
- [x] (rf-nano) [LGT8F328P+nRF24L01+模块无线传输模块](https://github.com/nulllaborg/lgt-rf-nano)
102101
- [ ] (grbl) [基于LGT8F328P写字机](https://github.com/nulllaborg/lgt-grbl)
103102
- [ ] (t12-soldering-station) [基于LGT8F328P的T12开源焊台](https://github.com/nulllaborg/lgt-t12-soldering-station)
104103
- [ ] (晶体管测试仪)
104+
- [ ] [memcard 内存卡读卡器](https://github.com/ShendoXT/memcarduino)
105105

106106

107107
## LGT8F328P和Atmega328P芯片对比
@@ -211,7 +211,7 @@ LGT8FX8P系列微控制器目前主要包括LGT8F328P-SSOP20,LQFP32,LQFP48
211211

212212
基于Atmega328P的Arduino Uno系类主板是可以给LGT8F328P芯片烧录bootloader的,那么当然基于LGT8F328P的主板也同样可以给LGT8F32P系类芯片烧录bootloader的,他们的接线,烧录方法完全一致。
213213

214-
你的手里LGT系类主板或者arduino主板需要先烧录[Lgt328P_ISP](./libraries./Lgt328P_ISP./Lgt328P_ISP.ino)程序然后参考[下载方法](./libraries/Lgt328P_ISP/README_zh.md)
214+
你的手里LGT系类主板或者arduino主板需要先烧录[Lgt328P_ISP](./libraries./Lgt328P_ISP./Lgt328P_ISP.ino)程序然后参考*[下载方法](./libraries/Lgt328P_ISP/README_zh.md)*
215215

216216
![](./doc/pic/ISP.png)
217217

libraries/Lgt328P_ISP/README_zh.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,21 @@ SWD烧录连线如下图
7070

7171
![LG_ISP_boadchoice](./LG_ISP_boadchoice.png)
7272

73-
2、由于LGT8F328P的在使用eerom情况下,如果还要使用bootloader那么实际使用flash大小只有32k-2k(模拟eerom)-1k(bootloader) = 29k,在很多场景下比如grbl,T12等大型项目使用 flash不够用,那么我们可以不适用bootloader,这样我们也需要借助编程器直接上传程序
73+
2、由于LGT8F328P的在使用eerom情况下,如果还要使用bootloader那么实际使用flash大小只有32k-2k(模拟eerom)-1k(bootloader) = 29k,在很多场景下比如grbl,T12等大型项目使用 flash不够用,那么我们可以使用bootloader,这样我们也需要借助编程器直接上传程序
7474

7575
如下图
7676

7777
![LG_ISP_upload](./LG_ISP_upload.png)
7878

7979
3、上传完bootloader后,我们可以同样使用LGT-ISP的串口功能,用Arduino IDE上传应用程序![LGT-ISP](./LGT-ISP.jpg)
8080

81+
| LGT-ISP | | (LGT8F328P) |
82+
| :-----: | :--: | :----------------: |
83+
| TX | -> | RX/0 |
84+
| RX | -> | TX/1 |
85+
| DTR | -> | 串接100nf电容接RST |
8186

87+
8288

8389

8490

-3.55 MB
Loading

package_nulllab_boards_index_zh.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@
99
"online": "www.nulllab.cn"
1010
},
1111
"platforms": [
12+
{
13+
"name": "Nulllab AVR Compatible Boards",
14+
"architecture": "avr",
15+
"version": "1.0.7",
16+
"category": "lgt8fx",
17+
"url": "http://39.108.252.158:8089/nulllab_arduino-1.0.7.zip",
18+
"archiveFileName": "nulllab_arduino-1.0.7.zip",
19+
"checksum": "SHA-256:55a2fc35f4ba777ef9314e482e1fa9eab4e9aa90122683146b998a9be36c737f",
20+
"size": "2015756",
21+
"help": {
22+
"online": "https://gitee.com/nulllab/nulllab_arduino/issues"
23+
},
24+
"boards": [
25+
{"name": "Nulllab Mini-Nano"},
26+
{"name": "Nulllab Nano/Maker-Nano"},
27+
{"name": "Nulllab Mango Uno"},
28+
{"name": "Nulllab Orion"},
29+
{"name": "DIY Boards"}
30+
]
31+
},
1232
{
1333
"name": "Nulllab AVR Compatible Boards",
1434
"architecture": "avr",

package_nulllab_lgt_mixly_index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"architecture": "avr",
1515
"version": "2.0.0",
1616
"category": "lgt8fx",
17-
"url": "http://39.108.252.158:8089/nulllab_arduino-1.0.6.zip",
17+
"url": "http://39.108.252.158:8089/nulllab_arduino-1.0.7.zip",
1818
"archiveFileName": "master.zip",
1919
"help": {
2020
"online": "https://github.com/nulllaborg/arduino_nulllab/issues"

0 commit comments

Comments
 (0)