Skip to content

Commit 826bc90

Browse files
Clean up all example files
1 parent 58fd6a2 commit 826bc90

File tree

281 files changed

+2607
-2575
lines changed

Some content is hidden

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

281 files changed

+2607
-2575
lines changed

CEdev/examples/demo_6/makefile renamed to CEdev/examples/debugging/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#Change COMPRESSED to change if the output program should be a self extracting archive (usually reduces program size)
99

1010
#----------------------------
11-
TARGET ?= DEMO6
11+
TARGET ?= DEMO
1212
DEBUGMODE ?= DEBUG
1313
ARCHIVED ?= NO
1414
COMPRESSED ?= NO
1515
#----------------------------
1616
ICONPNG ?= iconc.png
17-
DESCRIPTION ?= "C Toolchain Demo 6"
17+
DESCRIPTION ?= "C Demo"
1818
#----------------------------
1919

2020
#Add shared library names to the L varible, for instance:

CEdev/examples/debugging/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Debugging Demo
2+
3+
This demo demonstrates how to use a few of the debugging features implemented in CEmu
4+
5+
---
6+
7+
This demo is a part of the C SDK Toolchain for use on the CE.
8+

CEdev/examples/demo_0/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

CEdev/examples/demo_0/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CEdev/examples/demo_0/bin/DEMO0.8xp

-622 Bytes
Binary file not shown.

CEdev/examples/demo_0/iconc.png

-910 Bytes
Binary file not shown.

CEdev/examples/demo_1/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

CEdev/examples/demo_1/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

CEdev/examples/demo_1/bin/DEMO1.8xp

-563 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)