Ludwig Ortmann
|
825c0e614d
|
Merge pull request #446 from LudwigOrtmann/msp
fixes for msp430, msb-430 and msb-430-common
|
2013-12-19 06:20:10 -08:00 |
|
Oleg Hahm
|
881593b981
|
Merge pull request #449 from mehlis/fix-yield
Fix yield (missing part)
|
2013-12-19 04:17:44 -08:00 |
|
Thomas Eichinger
|
f69d68584c
|
Merge pull request #448 from LudwigOrtmann/pyterm
handle sigterm, inform about exit
|
2013-12-19 04:10:33 -08:00 |
|
Christian Mehlis
|
d82a5b67db
|
added missing thread include
|
2013-12-19 13:06:26 +01:00 |
|
Ludwig Ortmann
|
50d488e6bc
|
remove suprerfluous thread_yield declaration
|
2013-12-19 13:05:53 +01:00 |
|
Christian Mehlis
|
e065888cdb
|
added ENABLE_DEBUG macro
|
2013-12-19 13:05:49 +01:00 |
|
Ludwig Ortmann
|
8dd9db3c45
|
add some documentation to lpm.h
|
2013-12-19 13:04:08 +01:00 |
|
Ludwig Ortmann
|
437c0ee5c9
|
msp430 lpm stub
|
2013-12-19 13:04:08 +01:00 |
|
Ludwig Ortmann
|
6b8d7cb3fc
|
improve programmer handling in msb-430-common
|
2013-12-19 13:04:08 +01:00 |
|
Ludwig Ortmann
|
76cfdc33b1
|
stack alignment workaround
Should be fixed in thread.c instead, this is just a temporary
workaround to enable msp-430 threads in the mean time.
|
2013-12-19 13:04:08 +01:00 |
|
Ludwig Ortmann
|
2a8411b6a3
|
fix main return for msp430
mspgcc handles main specially, this introduces code to make main
behave normally
|
2013-12-19 13:04:08 +01:00 |
|
Ludwig Ortmann
|
69f6748a7c
|
clean up msp430 cpu-conf.h
|
2013-12-19 13:04:08 +01:00 |
|
Ludwig Ortmann
|
73699e73ed
|
translate german comment
|
2013-12-19 13:04:07 +01:00 |
|
Christian Mehlis
|
362f7fde55
|
Merge pull request #447 from OlegHahm/thread_include
added thread.h include (necessary since 227c847135 ).
|
2013-12-19 03:58:41 -08:00 |
|
Ludwig Ortmann
|
754881f5f0
|
handle sigterm, inform about exit
resolves #445
|
2013-12-19 12:52:32 +01:00 |
|
Oleg Hahm
|
9eb1daf31e
|
added thread.h include (necessary since 227c847135 )
|
2013-12-19 12:16:35 +01:00 |
|
Oleg Hahm
|
37a7393a6b
|
Merge pull request #408 from rousselk/simplify-msp430-headers
Simplify msp430 headers
|
2013-12-19 02:23:21 -08:00 |
|
Kévin Roussel
|
c1f8106138
|
Quoted (instead of brackets) the custom header files #includes
|
2013-12-19 10:22:44 +01:00 |
|
Oleg Hahm
|
ead2e117a1
|
Merge pull request #439 from OlegHahm/thread_yield_prototype
put prototype for thread_yield() in core/include
|
2013-12-18 13:36:55 -08:00 |
|
Christian Mehlis
|
2a9aac7f0b
|
Merge pull request #423 from OlegHahm/fix_warnings
Fix warnings
|
2013-12-18 12:02:37 -08:00 |
|
Thomas Eichinger
|
cfa8879760
|
Merge pull request #435 from OlegHahm/fix_assembler_ifdef
macros are not handled by the preprocessor in ASM
|
2013-12-18 11:53:27 -08:00 |
|
Christian Mehlis
|
e6ad6f4904
|
Merge pull request #417 from mehlis/ccn-lite-follow-up-3
Ccn lite follow up 3
|
2013-12-18 11:01:34 -08:00 |
|
Christian Mehlis
|
25e22f7ac1
|
fix memory leak introduced in 4ee51d
|
2013-12-18 19:50:04 +01:00 |
|
Christian Mehlis
|
84258fa112
|
implement NACK for local requesters
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
429b97c45b
|
clean up ccnls main loop
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
72eec00f62
|
timeout interest
|
2013-12-18 19:33:33 +01:00 |
|
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 |
|