Board-dat/DPR/DPR1045-dat/DPR1045-dat.md
... ...
@@ -35,7 +35,9 @@ Flash Bootloader Programming Guide and Note
35 35
* Program hex file into target IC with AVRDUDESS
36 36
![](2023-12-13-14-39-13.png)
37 37
38
+## Demo with using Guide
38 39
40
+- please see here.
39 41
40 42
## ref
41 43
Chip-dat/AVR/attiny-dat/2023-12-13-16-08-55.png
... ...
Binary files /dev/null and b/Chip-dat/AVR/attiny-dat/2023-12-13-16-08-55.png differ
Chip-dat/AVR/attiny-dat/attiny-dat.md
... ...
@@ -1,3 +1,11 @@
1 1
2 2
# attiny-dat
3 3
4
+
5
+## Attiny 13A
6
+
7
+![](2023-12-13-16-08-55.png)
8
+
9
+## ref
10
+
11
+- [[arduino-ide-dat]]
... ...
\ No newline at end of file
SDK/Arduino-IDE-DAT/arduino-IDE-DAT.md
... ...
@@ -6,33 +6,12 @@
6 6
- [[Arduino-Code-V2]]
7 7
8 8
9
-
9
+our repositories
10 10
- https://github.com/Edragon/Arduino-ESP32
11 11
- https://github.com/Edragon/Arduino-ESP8266
12 12
13 13
### boards
14 14
15
-ESP8266
16
-https://arduino.esp8266.com/stable/package_esp8266com_index.json
17
-
18
-- [[megaCoreX-dat]]
19
-
20
-ESP32
21
-https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
22
-
23
-megaTinyCore
24
-http://drazzy.com/package_drazzy.com_index.json
25
-https://github.com/SpenceKonde/megaTinyCore
26
-
27
-ATTinyCore
28
-https://github.com/SpenceKonde/ATTinyCore
29
-
30
-nulllab
31
-https://nulllab.coding.net/p/lgt/d/nulllab_lgt_arduino/git/raw/master/package_nulllab_boards_index_zh.json
32
-https://cdn.jsdelivr.net/gh/nulllaborg/arduino_nulllab/package_nulllab_boards_index_zh.json
33
-
34
-
35
-
36 15
### library
37 16
38 17
- [[softwareserial]]
... ...
@@ -77,4 +56,53 @@ multi-task
77 56
SchedTask -2
78 57
https://github.com/Nospampls/SchedTask
79 58
TaskScheduler - 744
80
-https://github.com/arkhipenko/TaskScheduler
... ...
\ No newline at end of file
0
+https://github.com/arkhipenko/TaskScheduler
1
+
2
+
3
+## Core list
4
+
5
+## Atmega
6
+
7
+- [[megaCoreX-dat]] - atmega4808
8
+https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json
9
+
10
+## LGT8F328 - nulllab
11
+
12
+- [[logicgreen-dat]]
13
+
14
+https://nulllab.coding.net/p/lgt/d/nulllab_lgt_arduino/git/raw/master/package_nulllab_boards_index_zh.json
15
+https://cdn.jsdelivr.net/gh/nulllaborg/arduino_nulllab/package_nulllab_boards_index_zh.json
16
+
17
+
18
+## Attiny
19
+
20
+- [[attiny-dat]]
21
+
22
+DxCore - megaTinyCore
23
+- by Spence Konde
24
+- https://github.com/SpenceKonde/megaTinyCore
25
+- https://github.com/SpenceKonde/megaTinyCore/blob/master/Installation.md
26
+- https://github.com/SpenceKonde/DxCore
27
+- https://github.com/SpenceKonde/DxCore/blob/master/Installation.md
28
+- http://drazzy.com/package_drazzy.com_index.json
29
+- AVR128
30
+
31
+ATTinyCore
32
+- by Spence Konde
33
+- attiny 85
34
+- https://github.com/SpenceKonde/ATTinyCore
35
+
36
+MicroCore
37
+- https://mcudude.github.io/MicroCore/package_MCUdude_MicroCore_index.json
38
+
39
+DIY Attiny
40
+- https://raw.githubusercontent.com/sleemanj/optiboot/master/dists/package_gogo_diy_attiny_index.json
41
+
42
+## ESP32
43
+
44
+- https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
45
+
46
+## ESP8266
47
+
48
+- https://arduino.esp8266.com/stable/package_esp8266com_index.json
49
+