Skip to content

Commit 3ffaa8c

Browse files
authored
Version 8.8 (#232)
Version 8.8
2 parents 335cea0 + cdbf3e2 commit 3ffaa8c

File tree

449 files changed

+8284
-9734
lines changed

Some content is hidden

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

449 files changed

+8284
-9734
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ relocation_table
4444
# executables
4545
*.hex
4646
*.8xv
47+
*.8xg
4748
*.8xp
48-
!*var_gfx.8xv
49+
!*vargfx.8xv
4950

5051
# debug files
5152
*.dSYM/

.gitmodules

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
[submodule "src/tools/convhex"]
2-
path = tools/convhex
3-
url = https://github.com/mateoconlechuga/convhex
4-
[submodule "src/tools/convpng"]
5-
path = tools/convpng
6-
url = https://github.com/mateoconlechuga/convpng
7-
[submodule "tools/convcsv"]
8-
path = tools/convcsv
9-
url = https://github.com/mateoconlechuga/convcsv.git
101
[submodule "tools/fasmg/fasmg-ez80"]
112
path = tools/fasmg/fasmg-ez80
123
url = https://github.com/jacobly0/fasmg-ez80.git
134
[submodule "tools/convfont"]
145
path = tools/convfont
156
url = https://github.com/drdnar/convfont.git
7+
[submodule "tools/convbin"]
8+
path = tools/convbin
9+
url = https://github.com/mateoconlechuga/convbin.git
10+
[submodule "tools/convimg"]
11+
path = tools/convimg
12+
url = https://github.com/mateoconlechuga/convimg.git

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
- curl -s https://tiplanet.org/scripts/travis/$ROM_FILE_NAME 2>/dev/null > $ROM_FILE_NAME
3030
- export AUTOTESTER_ROM=$(pwd)/$ROM_FILE_NAME
3131
# Test toolchain examples
32-
- RESULT=0; for f in $CEDEV/examples/*/*.json; do echo "Launching autotester on $f"; autotester "$f"; RESULT=`expr $RESULT + $?`; done; return $RESULT
32+
- RESULT=0; for f in $CEDEV/examples/*/*/*.json; do echo "Launching autotester on $f"; autotester "$f"; RESULT=`expr $RESULT + $?`; done; return $RESULT
3333

3434
after_success:
3535
# Update the funcs_tested file (WIP)

changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
44

5-
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.7...HEAD)
5+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.8...HEAD)
6+
7+
8+
# [v8.8](https://github.com/CE-Programming/toolchain/releases/tag/v8.8) (2020-01-??)
9+
10+
- Documentation fixes and headers cleanup
11+
- Fix `gfx_TilePtr` and `gfx_TilePtrMapped`
12+
- Expose more OS functions (see `tice.h`)
13+
- Add LCD cursor defines
14+
- MMIO defines are all volatile
15+
- Submodules update
16+
- "development library" generation
17+
- Examples folders hierarchy improved
18+
- Prepare makefile for future changes
19+
- Fix warnings
20+
21+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.7...v8.8)
622

723
# [v8.7](https://github.com/CE-Programming/toolchain/releases/tag/v8.7) (2019-08-25)
824

File renamed without changes.

0 commit comments

Comments
 (0)