osd-contiki/cpu
Oliver Schmidt fb5d0b7ef0 Made 80 column display a cc65 application attribute.
So far 80 column display was an attribute of a cc65 platform. Now each cc65 application can ask for 80 column display by defining WITH_80COL. Of course this is ignored by platforms incapable of 80 column display.

I see three types of application:

* Applications not benefitting from 80 column at all and in fact looking better with 40 column display. These are now using 40 column display. Examples: ethconfig, ipconfig

* Applications taking advantage of 80 column display if it is available without drawbacks. These stay as they were. Examples: Telnet server, web server, wget

* Applications needing 80 column display so urgently that it is likely desirable even if the display becomes harder to read. These come now in both flavors allowing the user to choose. Examples: IRC, web browser

Note: This change doesn't actually introduce any 80 column display with drawbacks. This if left to a subsequent change.
2015-10-30 12:42:58 +01:00
..
6502 Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
arm doxygen: Fix some warnings 2015-06-20 03:22:31 +02:00
avr Merge pull request #881 from drugo72/avr-fixes 2015-09-28 09:41:21 -05:00
cc26xx-cc13xx Merge pull request #1240 from atiselsts/energest_accuracy 2015-09-07 15:35:35 +02:00
cc253x Merge pull request #1107 from phoenix-frozen/cc2530-rf-const-warning 2015-08-03 10:28:43 +01:00
cc2430 Fix clock.h warnings caused by multiple, conflicting documentation blocks of clock functions 2015-02-15 21:48:30 +01:00
cc2538 cc2538: Add PKA drivers, ECC algorithms and examples 2015-10-18 20:14:17 +02:00
mc1322x Merge pull request #685 from SmallLars/mc1322x 2015-09-13 12:35:53 -05:00
msp430 Merge pull request #1055 from sumanpanchal/msp430x-elfloader 2015-08-27 21:19:27 +02:00
native Merge pull request #1269 from tadodotcom/tmp-uip-fallback-iface 2015-10-20 11:33:14 +02:00
pic32 [cpu/pic32] Removed excess end group 2014-11-10 23:53:33 +01:00
rl78 Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
stm32w108 Remove doxygen explicit links to non-existing symbols 2015-06-20 16:10:25 +01:00
x86 A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00