Oliver Schmidt
|
1a5e20bc5f
|
Remove tab chars from retro C sources.
|
2013-01-28 23:43:08 +01:00 |
|
Adam Dunkels
|
944537fccf
|
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
|
2012-10-26 15:54:49 +02:00 |
|
Nicholas J Humfrey
|
1cda3da17e
|
Converted u8_t to uint8_t and u16_t to uint16_t in the cpu directory.
|
2012-02-21 08:33:24 -05:00 |
|
oliverschmidt
|
55d61d317b
|
Allow cc65 ethernet drivers to be loaded statically instead of dynamically. This saved quite some space in scenarios without additional cc65 drivers to be loaded for i.e. a mouse because in those scenarios the cc65 module loader isn't necessary. And without the module loader typically the cc65 heap manager isn't necessary.
|
2010-09-28 23:02:16 +00:00 |
|
oliverschmidt
|
93ff3add1f
|
Use cfs filesystem to allow for specific implementations.
|
2007-12-23 15:37:28 +00:00 |
|
oliverschmidt
|
102e3e2a24
|
Make use of fastcall.
|
2007-12-21 01:13:44 +00:00 |
|
oliverschmidt
|
f55b3cfe0e
|
So we're finally back at reducing the memory footprint be avoiding to pull in large C-library enitities.
|
2007-12-16 17:02:37 +00:00 |
|
oliverschmidt
|
20824c5603
|
Make use of global error_exit().
|
2007-11-27 20:52:52 +00:00 |
|
oliverschmidt
|
5608e2d451
|
Minor adjustment to predominant coding style.
|
2007-11-22 11:41:18 +00:00 |
|
oliverschmidt
|
da44474fd4
|
Generic Ethernet driver for cc65 targets. The actual hardware driver is loaded as relocatable module.
|
2007-11-20 21:10:20 +00:00 |
|