Skip to content

Commit 31136a8

Browse files
authored
Merge pull request #22 from afska/v7.0.0
🟪 LinkCube, 📱 LinkMobile, ⚙️ lots of improvements
2 parents 4ea8ec0 + 8cc6e90 commit 31136a8

File tree

159 files changed

+11241
-2627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+11241
-2627
lines changed

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
# Change these settings to your own preference
10+
indent_style = space
11+
indent_size = 2
12+
13+
# We recommend you to keep these unchanged
14+
end_of_line = lf
15+
charset = utf-8
16+
trim_trailing_whitespace = true
17+
insert_final_newline = true
18+
19+
[*.md]
20+
trim_trailing_whitespace = false
21+
22+
[Makefile]
23+
indent_style = tab

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Directories
2-
build
3-
.vscode
2+
build/
3+
.vscode/
4+
node_modules/
45

56
# Files
7+
examples/multiboot
8+
.DS_Store
69
*.elf
710
*.gba
811
*.sav
912
*.sa1
1013
*.sa2
1114
*.sa3
12-
*.sa4
15+
*.sa4

.licenses/gba-hpp.md

Lines changed: 17 additions & 0 deletions

README.md

Lines changed: 226 additions & 50 deletions

docs/gbatek.md

Lines changed: 107 additions & 106 deletions

docs/img/link-cable-multiboot.gif

703 KB

docs/img/link-cable.png

49.1 KB

docs/img/link-cube.gif

121 KB

docs/img/link-gpio.gif

812 KB

docs/img/link-mobile.gif

1.06 MB

0 commit comments

Comments
 (0)