adamdunkels
|
cc60843e8b
|
New Rime module: mesh, a mesh routing protocol
|
2007-03-15 19:52:51 +00:00 |
|
adamdunkels
|
ab0d556353
|
Added a new type for all addresses in Rime: rimeaddr_t. This is an abstract type that currently is defined as a 16-bit quantity but that most likely will be redefined in the future
|
2007-03-15 19:43:07 +00:00 |
|
adamdunkels
|
2b119b054e
|
const qualifiers
|
2007-03-15 19:41:29 +00:00 |
|
adamdunkels
|
fd33a89214
|
Renamed ulayer -> callbacks
|
2007-03-15 10:01:04 +00:00 |
|
adamdunkels
|
26a681cf37
|
rimebuf_totle() prototype & documentation
|
2007-03-15 09:57:00 +00:00 |
|
adamdunkels
|
16bdd2f18c
|
Sequence number now reported
|
2007-03-15 09:56:30 +00:00 |
|
adamdunkels
|
168765a205
|
Compiler warning fix
|
2007-03-15 09:56:15 +00:00 |
|
adamdunkels
|
537ecb9198
|
UDP initialization fixed
|
2007-03-15 09:56:00 +00:00 |
|
adamdunkels
|
fb23363a70
|
Removed abc-udp.c
|
2007-03-15 09:54:58 +00:00 |
|
adamdunkels
|
16e7f9f432
|
Initial version of a simple mesh routing protocol written with Rime
|
2007-03-14 01:06:42 +00:00 |
|
adamdunkels
|
6a81c10756
|
Treeroute implemented with Rime
|
2007-03-14 01:05:23 +00:00 |
|
adamdunkels
|
9d030483ff
|
Removed ethernode uIP driver from the main code
|
2007-03-14 00:32:30 +00:00 |
|
adamdunkels
|
548e4ce556
|
New rime module: best-effort network flooding (nf)
|
2007-03-14 00:30:46 +00:00 |
|
adamdunkels
|
674f373f76
|
Renamed function for compacting the data in the rimebuf: rimebuf_compact
|
2007-03-14 00:30:11 +00:00 |
|
adamdunkels
|
91f8c4b8e4
|
Renamed driver output function to abc_driver_send
|
2007-03-14 00:29:05 +00:00 |
|
adamdunkels
|
355724669e
|
Default channel allocations
|
2007-03-14 00:27:36 +00:00 |
|
adamdunkels
|
4477d81be4
|
Added Rime driver for the netsim ethernode layer, renamed init.c to netsim-init.c
|
2007-03-13 13:07:47 +00:00 |
|
adamdunkels
|
11627c2406
|
Added generic abc layer
|
2007-03-13 13:05:30 +00:00 |
|
adamdunkels
|
ba1dc7105f
|
Rime driver running over UDP
|
2007-03-13 13:02:33 +00:00 |
|
adamdunkels
|
358259105e
|
Generic abc module
|
2007-03-13 13:01:48 +00:00 |
|
adamdunkels
|
6930910cd3
|
Renamed old netbuf -> rimebuf
|
2007-03-13 10:28:52 +00:00 |
|
adamdunkels
|
ca359a6314
|
Removed the explicit header buffer; both the header and data are not in the same 'physical' buffer. Added function for copying referenced data into the rimebuf.
|
2007-03-13 10:28:16 +00:00 |
|
adamdunkels
|
21ef887f07
|
+Documentation
|
2007-03-13 10:27:36 +00:00 |
|
adamdunkels
|
35a1473e53
|
renamed elfloader-tmp.h to elfloader.h
|
2007-03-08 21:26:04 +00:00 |
|
ksb
|
6a184e0897
|
Added codeprop loading to RAM.
Moved some stepper code to Thumb so it could be dynamically linked to.
|
2007-03-07 16:15:00 +00:00 |
|
ksb
|
b105b40e9a
|
Added ELF-loader code, should probably eventually end up in core/loader.
Added some replacements for newlib's stdout.
Added missing startup code.
Some minor fixes.
|
2007-03-07 16:07:25 +00:00 |
|
oliverschmidt
|
d684c14aa6
|
Factored out settings specific more to architecture and/or toolchain rather than specific target.
|
2007-03-03 13:39:42 +00:00 |
|
oliverschmidt
|
5d2f948bba
|
Allow to build the statically linked telnet-server and webserver examples using cc65.
|
2007-03-03 13:38:07 +00:00 |
|
oliverschmidt
|
7168278a89
|
Adding 'APPS+=program-handler' in apps/Makefile.telnetd might be considered more consistent but I opted for this more obvious approach. BTW yet another example that from my perspective simply can't have worked...
|
2007-03-03 13:32:10 +00:00 |
|
oliverschmidt
|
9dff20305f
|
How were the references to shell.h and shell.c supposed to be resolved without bringing in apps/shell ?!?
|
2007-03-03 13:26:29 +00:00 |
|
oliverschmidt
|
ce66abfe48
|
It simply doesn't make sense to link in both webserver.c and webserver-nogui.c. This raises the question if examples/webserver was tested at all ;-)
|
2007-03-03 12:42:56 +00:00 |
|
oliverschmidt
|
73fabe4ba3
|
Factored out settings specific more to architecture and/or toolchain rather than specific target.
|
2007-03-03 10:05:03 +00:00 |
|
oliverschmidt
|
97681fdada
|
The one and only uip_arch.h resides in core/net.
|
2007-03-03 09:48:39 +00:00 |
|
adamdunkels
|
2d7aab3ffe
|
Initial import of the experimental Rime code into the SourceForge CVS.
|
2007-02-28 16:38:51 +00:00 |
|
fros4943
|
cba13ef56c
|
updated radio interface:
can only send data yet (both bytes and packets)
|
2007-02-28 12:21:34 +00:00 |
|
fros4943
|
54002df73b
|
radio-related changes:
radios can belong to different abstraction levels for example byte of packet radios.
=> lots of changes in surrounding files
|
2007-02-28 09:47:45 +00:00 |
|
fros4943
|
215df016b9
|
minor changes:
menu names (load->open, quick->exit)
|
2007-02-27 13:51:58 +00:00 |
|
fros4943
|
944a812baa
|
test implementation for forwarding serial data on per-node-basis to external applications
(useful when connecting serialport-bound application used to communicating with real nodes)
|
2007-02-26 13:28:14 +00:00 |
|
ksb
|
5af5a5a9a5
|
Fixed error in calculation of future speed
|
2007-02-24 15:26:02 +00:00 |
|
ksb
|
20eaa31eff
|
Platform specific code for a robot using stepper motors.
|
2007-02-24 00:21:16 +00:00 |
|
ksb
|
13af443115
|
CPU specific files for the AT91SAM7S ARM-based microcontrollers
|
2007-02-24 00:09:45 +00:00 |
|
fros4943
|
9a5501485b
|
added "save log" functionality; simply writes to a text file
|
2007-02-23 15:18:26 +00:00 |
|
bg-
|
392e6961c4
|
* Avoid building some stuff that we currently don't use.
|
2007-02-02 14:35:14 +00:00 |
|
bg-
|
e60a5227b2
|
SLIP and UART configurations for the CB gateway.
|
2007-02-02 14:09:06 +00:00 |
|
bg-
|
9eeec32610
|
Quick and dirty implementations of rom and xmem.
|
2007-02-02 14:08:22 +00:00 |
|
bg-
|
b1dde63655
|
Port to the Atmega128 based CC2420DBK demonstration board.
|
2007-02-02 14:07:34 +00:00 |
|
bg-
|
429d41defd
|
* General stuff for different baudrates:
- ubr argument to slip_arch_int
- macros for calculating ubr
- argument -Bbaudrate to tools tunslip and scat
|
2007-02-02 13:26:48 +00:00 |
|
bg-
|
2918e5ae20
|
SLIP for AVR on UART1
|
2007-02-02 13:13:16 +00:00 |
|
fros4943
|
3eef58750c
|
decoupled sectionmemory and addressmemory.
|
2007-02-02 11:02:14 +00:00 |
|
fros4943
|
291545bd15
|
experimental code: using MSPSim for emulating msp430 (esb) motes
|
2007-02-01 17:45:09 +00:00 |
|