Christian Mehlis
|
9b1b472a2a
|
moved ccnl include folder in net/include
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
51daa16018
|
get rid of not working defines
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
ff9f557e21
|
clean up ccnl_get_face_or_create
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
32e0ce5b12
|
fix local address detection
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
3768d43d15
|
fix broadcast identifier
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
0a803a97dd
|
implement packet statistics
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
dc727b43a7
|
make interest retransmit timeout configurable
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
79c79870e6
|
implement hwtimer based timeout
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
2f7fd0b35c
|
convert all time related datastructure to struct timeval
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
af8e36b3e0
|
implement dynamic forward entries
|
2013-12-18 19:33:33 +01:00 |
|
Ludwig Ortmann
|
6074e50b70
|
Merge pull request #440 from LudwigOrtmann/use_cc_make_variable
use $(CC) for *.S files
|
2013-12-18 09:52:10 -08:00 |
|
Oleg Hahm
|
2cdfc5b585
|
Merge pull request #382 from OlegHahm/transceiver_return
transceiver return signed values for sending
|
2013-12-18 09:33:32 -08:00 |
|
Oleg Hahm
|
d87d827d88
|
transceiver return signed values for sending
negative values indicate an error value
|
2013-12-18 18:22:59 +01:00 |
|
Ludwig Ortmann
|
4c612f6d08
|
use $(CC) for *.S files
|
2013-12-18 18:05:49 +01:00 |
|
Oleg Hahm
|
227c847135
|
put prototype for thread_yield() in core/include
|
2013-12-18 17:47:49 +01:00 |
|
Oleg Hahm
|
856548c63d
|
macros are not handled by the preprocessor in ASM
|
2013-12-18 16:56:13 +01:00 |
|
Oleg Hahm
|
6d2ed29668
|
Merge pull request #262 from thomaseichinger/vic
mc1322x change to a VIC like interrupt system
|
2013-12-18 07:26:19 -08:00 |
|
Kévin Roussel
|
2519ddddd7
|
Added the needed new section for telosb in boards/Makefile.base
|
2013-12-18 15:17:49 +01:00 |
|
Thomas Eichinger
|
0afb992fc7
|
changed copyright statement
|
2013-12-18 11:16:41 +01:00 |
|
Thomas Eichinger
|
1d2f1479b6
|
hwtimer_wait issue fixed
|
2013-12-18 11:11:15 +01:00 |
|
Thomas Eichinger
|
1fcb47f9ed
|
fixed interrupt handling for hwtimer
|
2013-12-18 11:11:15 +01:00 |
|
Thomas Eichinger
|
1e39e7e486
|
change to the mc1322x IRQ handling
since mc1322x lacks a VIC this is a kind of SW VIC with low latency and
compatibility to the VIC API in mind.
|
2013-12-18 11:11:14 +01:00 |
|
Thomas Eichinger
|
a1cd29d68e
|
added basic install_irq function
|
2013-12-18 11:10:21 +01:00 |
|
Thomas Eichinger
|
a26b7ac4ba
|
remove isr.c to change interrupt handling to VIC model
|
2013-12-18 11:10:20 +01:00 |
|
Thomas Eichinger
|
8aeaea6fdc
|
changed CFLAGS to CFLAGS_BASIC (no -mthumb flag)
|
2013-12-18 11:10:20 +01:00 |
|
Thomas Eichinger
|
39c69166c5
|
fixes startup code and adds proper irq handler for mc1322x
|
2013-12-18 11:10:20 +01:00 |
|
Kévin Roussel
|
c6e43adb62
|
Removed 'flashrom.c' from the 'msp430-common' directory
since flash management differs with the MSP430 family
|
2013-12-18 10:51:46 +01:00 |
|
Kévin Roussel
|
afce119138
|
Added definition of correct MCU model in MSP430-based board headers
|
2013-12-18 10:51:45 +01:00 |
|
Kévin Roussel
|
63d78a231c
|
Made the headers of files in 'cpu/msp430x16x' and 'cpu/cc430' generic
|
2013-12-18 10:49:23 +01:00 |
|
Kévin Roussel
|
6428daf9c7
|
Removed all references to a specific MCU in "generic" files
Inclusion of generic <msp430.h> file is done in cpu.h
|
2013-12-18 10:49:23 +01:00 |
|
Martin Lenders
|
41da8481dd
|
Merge pull request #421 from OlegHahm/revert_tcp_optional
Revert tcp optional
|
2013-12-17 05:45:30 -08:00 |
|
Thomas Eichinger
|
36b826e73a
|
Merge pull request #338 from authmillenon/package_porting_doc
Add package porting infomation
|
2013-12-16 08:40:34 -08:00 |
|
Oleg Hahm
|
891eebd361
|
Merge pull request #427 from mehlis/hwtimer-debug
added some debug output
|
2013-12-16 08:31:03 -08:00 |
|
Thomas Eichinger
|
0db7b98c35
|
Merge pull request #431 from thomaseichinger/telosb_oflags
TelosB: added OFLAGS to Makefile.include
|
2013-12-16 08:22:54 -08:00 |
|
Oleg Hahm
|
078c097c48
|
Merge pull request #424 from OlegHahm/document_auto_init
Document auto init
|
2013-12-16 08:19:17 -08:00 |
|
Oleg Hahm
|
8d45202421
|
add documentation for auto_init (fixes #43)
|
2013-12-16 15:16:08 +01:00 |
|
Oleg Hahm
|
7d9dc6b7b5
|
Merge pull request #251 from haukepetersen/comments
Fixed doxygen comments, focused on file headers and group definitions
|
2013-12-16 06:14:36 -08:00 |
|
Thomas Eichinger
|
8106974e90
|
added OFLAGS to Makefile.include for telosb
|
2013-12-16 15:12:52 +01:00 |
|
Hauke Petersen
|
2df82017a8
|
Fixed doxygen inconsistensies in sys
|
2013-12-16 15:09:18 +01:00 |
|
Hauke Petersen
|
c629229e8d
|
Added the boards folder to the doxygen tree
- added boards to riot.doxyfile
- fixed group definitions for all boards
|
2013-12-16 14:00:37 +01:00 |
|
Hauke Petersen
|
edcabf7cb6
|
Fixed a lot of comments by removing tabs and correcting format.
|
2013-12-16 14:00:33 +01:00 |
|
Hauke Petersen
|
3785fe956b
|
Fixed doxygen comments, focused on file headers and group definitions
|
2013-12-16 14:00:24 +01:00 |
|
Christian Mehlis
|
2527d3d636
|
added some debug output
|
2013-12-16 11:13:43 +01:00 |
|
Oleg Hahm
|
0aa240a1c0
|
Merge pull request #422 from OlegHahm/nobyte
use CC1100_NOBYTE consistently (fixing #129)
|
2013-12-15 13:22:10 -08:00 |
|
Oleg Hahm
|
b37b21c22c
|
use CC1100_NOBYTE consistently (fixing #129)
|
2013-12-15 14:09:35 +01:00 |
|
Ludwig Ortmann
|
c698ba65a5
|
Merge pull request #420 from LudwigOrtmann/native_hwtimer_fixup
Native hwtimer fixup
|
2013-12-15 03:35:14 -08:00 |
|
Ludwig Ortmann
|
0817675f5e
|
fix native hwtimer unsetting
reverts bug introduced by 2bfb062
|
2013-12-14 00:12:47 +01:00 |
|
Ludwig Ortmann
|
d03d7b1773
|
clean up native hwtimer
|
2013-12-14 00:07:49 +01:00 |
|
Christian Mehlis
|
bbc82838c4
|
Merge pull request #418 from mehlis/vtimer-printf
vtimer: fix printf macro
|
2013-12-13 13:22:22 -08:00 |
|
Christian Mehlis
|
169c6fac95
|
fix printf macro
|
2013-12-13 21:42:08 +01:00 |
|