Commit Graph

1800 Commits (38be829901cf202d2aa80b249caf864936cadda4)
 

Author SHA1 Message Date
Oleg Hahm 38be829901 moved ieee802154 into link_layer subfolder 9 years ago
Oleg Hahm acd304e1cc moved RPL into routing subfolder 9 years ago
Oleg Hahm a7d3092a4e moved destiny into transport_layer subfolder 9 years ago
Oleg Hahm 885798aaca Merge pull request #391 from haukepetersen/import_crypto
Initial import of crypto libs from SecureMicroMeshRouting
9 years ago
Oleg Hahm a680b180ef Merge pull request #450 from LudwigOrtmann/chronos_fixes
Chronos fixes
9 years ago
Ludwig Ortmann 680f778fc4 chronos cleanup 9 years ago
Christian Mehlis e890b227e1 Merge pull request #428 from mehlis/native-ltc-fix
Native ltc fixes and cleanup
9 years ago
Oleg Hahm 1cc2767bb4 Merge pull request #318 from OlegHahm/lpc1768
initial support for the mbed NXP LPC168
9 years ago
Ludwig Ortmann b674183e15 move display and lcd init from autoinit to chronos 9 years ago
Ludwig Ortmann 77e8cbb112 remove ltc disable race 9 years ago
Ludwig Ortmann 579c1edb04 clean up native ltc 9 years ago
Christian Mehlis 6aec050fc4 initialize id and only remove a valid timer 9 years ago
Christian Mehlis a38928e5c3 rename variables to match the guidelines (use module prefix) 9 years ago
Christian Mehlis 4be9764f80 removed useless code 9 years ago
Oleg Hahm cdb77c2392 Merge pull request #437 from OlegHahm/include_directives
making include directives consistent
9 years ago
Oleg Hahm 41e594d25b Merge pull request #454 from LudwigOrtmann/msba2ltcdep
model ltc4150 dependency in msba2-common Makefile
9 years ago
Ludwig Ortmann 076b2a70d3 model ltc4150 dependency in msba2-common Makefile 9 years ago
Oleg Hahm 4b56ecf646 fixes Makefiles for mbed_lpc1768 board 9 years ago
Oleg Hahm 0e36f99a35 add telosb include inside telosb 9 years ago
Christian Mehlis 2890cb908b Merge pull request #429 from mehlis/vtimer-fixes
Vtimer fixes (only debug and comments)
9 years ago
Christian Mehlis 63296b759b resort function call and debug output 9 years ago
Christian Mehlis 966c98d11b added comments and debug 9 years ago
Thomas Eichinger aa84138531 Merge pull request #451 from OlegHahm/mc1322x_check
Fixes check for Mc1322x  CPU in arm_common
9 years ago
Oleg Hahm 903ec54a43 making include directives consistent 9 years ago
Oleg Hahm aabef88d20 fix check for used cpu in arm_common 9 years ago
Oleg Hahm 714178afd2 introduce CPU name macro via CFLAG 9 years ago
Ludwig Ortmann 825c0e614d Merge pull request #446 from LudwigOrtmann/msp
fixes for msp430, msb-430 and msb-430-common
9 years ago
Hauke Petersen e866640646 Removed some redundant \0 string terminators 9 years ago
Hauke Petersen 6140caf055 Removed deprecated asserts from 3des and aes 9 years ago
Hauke Petersen 05419a5547 Initial import of crypto libs from SecureMicroMesh
- Imported files from secure micro mesh library
- added Makefiles and included libs into sys/Makefile
9 years ago
Oleg Hahm 881593b981 Merge pull request #449 from mehlis/fix-yield
Fix yield (missing part)
9 years ago
Thomas Eichinger f69d68584c Merge pull request #448 from LudwigOrtmann/pyterm
handle sigterm, inform about exit
9 years ago
Christian Mehlis d82a5b67db added missing thread include 9 years ago
Ludwig Ortmann 50d488e6bc remove suprerfluous thread_yield declaration 9 years ago
Christian Mehlis e065888cdb added ENABLE_DEBUG macro 9 years ago
Ludwig Ortmann 8dd9db3c45 add some documentation to lpm.h 9 years ago
Ludwig Ortmann 437c0ee5c9 msp430 lpm stub 9 years ago
Ludwig Ortmann 6b8d7cb3fc improve programmer handling in msb-430-common 9 years ago
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.
9 years ago
Ludwig Ortmann 2a8411b6a3 fix main return for msp430
mspgcc handles main specially, this introduces code to make main
behave normally
9 years ago
Ludwig Ortmann 69f6748a7c clean up msp430 cpu-conf.h 9 years ago
Ludwig Ortmann 73699e73ed translate german comment 9 years ago
Christian Mehlis 362f7fde55 Merge pull request #447 from OlegHahm/thread_include
added thread.h include (necessary since 227c847135).
9 years ago
Ludwig Ortmann 754881f5f0 handle sigterm, inform about exit
resolves #445
9 years ago
Oleg Hahm 9eb1daf31e added thread.h include (necessary since 227c847135) 9 years ago
Oleg Hahm 37a7393a6b Merge pull request #408 from rousselk/simplify-msp430-headers
Simplify msp430 headers
9 years ago
Kévin Roussel c1f8106138 Quoted (instead of brackets) the custom header files #includes 9 years ago
Oleg Hahm ead2e117a1 Merge pull request #439 from OlegHahm/thread_yield_prototype
put prototype for thread_yield() in core/include
9 years ago
Christian Mehlis 2a9aac7f0b Merge pull request #423 from OlegHahm/fix_warnings
Fix warnings
9 years ago
Thomas Eichinger cfa8879760 Merge pull request #435 from OlegHahm/fix_assembler_ifdef
macros are not handled by the preprocessor in ASM
9 years ago