Commit Graph

11 Commits

Author SHA1 Message Date
Beat Küng
c7da88e383 CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
This is to avoid GCC to optimize null-pointer checks away, in case the
default operator new is used together with -fno-exceptions.
2016-08-22 08:35:01 +02:00
Gregory Nutt
e6b456add0 Merge remote-tracking branch 'origin/master' into windeps 2016-01-11 07:45:51 -06:00
Gregory Nutt
62274e771c AVR: Back out experimental MEMX build changes. Although they do work, the cause other compilictions. 2016-01-10 08:24:45 -06:00
Gregory Nutt
2a5bdf230c Merge remote-tracking branch 'origin/master' into windeps 2016-01-09 16:38:13 -06:00
Gregory Nutt
9e548d34c3 mkdeps.sh and mkdeps.bat have been deleted. All configurations must now use the compiler mkeps prograqm 2016-01-09 16:06:15 -06:00
Gregory Nutt
e46cd30c14 Change use of mknulldeps.sh to mkwindeps.sh 2016-01-09 14:13:44 -06:00
Gregory Nutt
a232ccc3ab Update README files 2016-01-07 07:50:46 -06:00
Gregory Nutt
522b2e23e6 arduino-mega2560: Configure ostest configuration to use memx.ld 2016-01-06 13:50:59 -06:00
Gregory Nutt
f6a215f8cd Arduino-mega2560: Move ld.script to scripts/ directory. Rename nomemx.ld. Add memx.ld too 2016-01-06 13:32:52 -06:00
Gregory Nutt
cd71aaa14b Arduino-mega2560: Update hello configuration files 2016-01-06 10:33:13 -06:00
Dimitry Kloper
6690663d77 Arduino Mega 2560: Introduce 'Hello World' example 2015-12-29 19:26:48 +02:00