ksb
5a07631752
Common SD-card interface, implementing CFS using EFSL
2009-07-11 15:13:55 +00:00
ksb
2c00620fc8
Missing file
2009-07-11 15:10:40 +00:00
ksb
f2e4500f88
SCSI RBC
2009-07-11 14:50:08 +00:00
ksb
2c029597a1
Common USB functionality
2009-07-11 14:44:27 +00:00
ksb
44a83a12cd
USB mass storage class
2009-07-11 14:43:13 +00:00
ksb
c5e62b7205
USB CDC-Ethernet class
2009-07-11 14:37:11 +00:00
ksb
659b3fb7d3
USB CDC-ACM class
2009-07-11 14:30:53 +00:00
ksb
195c23aaa4
printf-style output intended for debugging. Uses less memory and is more flexible than the newlib implementation.
2009-07-11 14:26:28 +00:00
ksb
1f72d3ea32
Moved and updated code for AT91SAM7S
2009-07-11 14:22:45 +00:00
ksb
1658d6b42c
Older ELF-loader code, may not work any longer
2009-07-11 14:18:50 +00:00
ksb
4a82069f15
OpenOCD configuration for SAM7S. Should be merged into ../../common/openocd
2009-07-11 14:18:01 +00:00
matsutsuka
c55d3ded6c
restored specific compilation option since SDCC seems not supporting -MDD very well
...
introduced a snprintf macro as empty function
2009-07-09 18:26:55 +00:00
dak664
1de298c72a
*** empty log message ***
2009-07-08 16:17:07 +00:00
dak664
49989dbe45
Add rf230bb radio driver with conditional make on RF230BB=1
2009-07-08 15:26:17 +00:00
dak664
9aee8dbc16
Fixed bug of no current consequence
2009-07-05 18:50:44 +00:00
oliverschmidt
7a228fea41
Replaced classic approach of generating dependency files via rule with generating them as side effect of generating object files. The issue with "No rule to make target ..." is solved as suggested in http://make.paulandlesley.org/autodep.html .
...
At least with gcc (and cc65) the dependency files are generated without an additional run of the C compiler. This is especially beneficial on Cygwin because of the fork() performance issue.
2009-07-02 22:36:04 +00:00
adamdunkels
00890caca8
Make sure that symbols.c is included in every native cpu build, not just the native target
2009-05-12 17:23:23 +00:00
nvt-se
172ffb74c7
fix compiler warnings. patch from Jesper Karlsson.
2009-04-08 14:56:00 +00:00
nifi
1c6264fddc
reordered build path to use cpu files before core
2009-04-06 13:10:14 +00:00
nifi
43c2ccf5d8
fixed clock_seconds to use full 32 bit
2009-04-06 13:08:42 +00:00
nifi
c1d490b6a7
added workaround for memcpy/memset bug in mspgcc
2009-04-06 13:07:37 +00:00
joxe
4f41b30b2b
fixed variable names
2009-04-02 22:39:29 +00:00
joxe
7d2a08b29c
added initial set-up code SFD capture interrupts usable for exact packet timestamping
2009-04-02 22:23:06 +00:00
adamdunkels
727c5a2dbe
Renamed serial module to serial-line
2009-03-17 20:32:22 +00:00
adamdunkels
b20f0884ed
Renamed serial module to serial-line
2009-03-17 20:19:11 +00:00
adamdunkels
0076bfe8a5
Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy
2009-03-17 15:56:32 +00:00
fros4943
4275ff4a9c
added support for 64-bit architectures, as already added on the cooja mtarch clone (patch provided by Jesper Karlsson and David Gustafsson)
2009-03-13 15:02:23 +00:00
fros4943
da8ee90ef3
reverted last commit (sorry, committed wrong file.. :)
2009-03-13 14:49:10 +00:00
fros4943
d6ebba536c
minor 64 bit fix: divide by sizeof(unsigned long) instead of constant 4
2009-03-13 14:40:07 +00:00
adamdunkels
65eb5fd4e8
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
2009-03-12 21:58:20 +00:00
adamdunkels
62ef4002a5
Always prod the watchdog on output to avoid spurious resets during long serial outputs
2009-03-02 22:01:26 +00:00
adamdunkels
6ab7ac0598
Added optional interrupt-based transmission, based on the ringbuf library
2009-03-01 20:40:30 +00:00
oliverschmidt
1585077da7
Adjusted cfs_seek() offset type configuration macro name.
2009-03-01 12:26:53 +00:00
oliverschmidt
d0b7d22229
Adjusted CFS implementations to the recent CFS API changes.
2009-02-28 11:45:35 +00:00
nvt-se
a0226e2418
switched all users of cfs_seek(x,y) to cfs_seek(x,y,CFS_SEEK_SET)
2009-02-27 14:28:02 +00:00
adamdunkels
e34e97cd6f
Minor code style fixes
2009-02-24 21:30:20 +00:00
nvt-se
bff9841fbf
Removed obsolete definitions.
2009-02-20 23:16:08 +00:00
joxe
80848e4106
added DCO-resync function and default config
2009-02-04 18:28:44 +00:00
joxe
5a8dc2df28
added handling function for checkin if uart is transmitting or receiving - patch by Klaus Stengel
2009-01-31 12:46:57 +00:00
oliverschmidt
3c2662519f
Tried to make reference to Microsoft TechNet Forum thread more persistent.
2009-01-15 22:17:47 +00:00
nifi
9bf0dff605
Compile using . instead of separate make rules for .firmware
2008-12-16 13:54:25 +00:00
c_oflynn
5ec6412fbc
*Support for Atmel 'Router Under Mac' (RUM) in Jackdaw
2008-12-10 21:26:05 +00:00
joxe
23b7db88d5
moved rtimer from TimerB to TimerA so that TimerB subsystem is free for other uses
2008-12-02 12:44:48 +00:00
c_oflynn
c0e2fd1110
Oops - as pointed out by Daniel Willmann change had a duplicate statement... fixed!
2008-11-29 18:36:12 +00:00
c_oflynn
9fb2c9d836
* Addition of Meshnetics Zigbig platform by Frederic Thepaut <frederic.thepaut@inooi.com>
...
* Changed default RavenUSB timeout to 3 seconds... seems to give most reliable transmissions
2008-11-29 15:55:02 +00:00
nifi
2013c4fece
Simulator for MSP430-based platforms
2008-11-24 11:09:36 +00:00
fros4943
1fbcfde0d6
implemented support for data argument when starting threads:
...
given function is called from a wrapper instead of immediately returned to via the stack
2008-11-21 10:28:32 +00:00
oliverschmidt
4b268298cc
Added infos on Vista loopback connection handling.
2008-11-17 22:38:05 +00:00
oliverschmidt
a844636218
Minor docu update.
2008-11-13 20:26:27 +00:00
c_oflynn
5ff23c0bec
Addition of Atmel Radio Control Board (RCB), device in RZ200 kit
2008-11-09 15:39:49 +00:00