Compare commits

...

2 commits
master ... RAM

Author SHA1 Message Date
Telekatz
ce5c67e0da Adapt makefile 2017-07-05 23:28:48 +02:00
Telekatz
6202a9f8ef Reorganize repository structure 2017-07-05 22:48:01 +02:00
364 changed files with 4 additions and 42734 deletions

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -18,10 +18,10 @@
###############################################################
ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4
INCLUDEPATH=$(ARMBASE)/include
ARMPATH=$(ARMBASE)/bin
TOOLPREFIX=/arm-none-eabi-
#ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4
#INCLUDEPATH=$(ARMBASE)/include
#ARMPATH=$(ARMBASE)/bin
TOOLPREFIX= arm-none-eabi-
BOOTLOADER_DEVICE=/dev/ttyUSB0
###############################################################

View file

@ -1 +0,0 @@
In this directory you find mini boop versions running from RAM. See README in each directory.

View file

@ -1,24 +0,0 @@
###############################################################
#####
##### Makefile.local.WinARM for boop
##### Created in the early morninghours
#####
##### Makefile.local.WinARM V1.0 by alterego - alteregon@gmx.net
#####
###############################################################
###############################################################
#####
##### PATHS (default installation)
#####
##### You can put your path-config into Makefile.local
##### to override these defaults
#####
###############################################################
ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4
INCLUDEPATH=$(ARMBASE)/include
ARMPATH=$(ARMBASE)/bin
TOOLPREFIX=/arm-none-eabi-
######################## EOF ##################################

Some files were not shown because too many files have changed in this diff Show more