Commit Graph

1033 Commits (49876c15f7fef177cd887740c053f0fbb4c254c7)
 

Author SHA1 Message Date
René Kijewski 49876c15f7 Update on @mehlis' Mersene twister code
* Consistent naming
* C99 style variable definition
* Code de-duplication through mathematical conversions
* Less magic numbers (higher powers of twoof two))
10 years ago
Christian Mehlis 5ccde8340d add mersenne twister 10 years ago
Christian Mehlis 6da0375197 fix macros in the hwtimer 10 years ago
Oleg Hahm be8fd6fd92 Merge pull request #175 from overflowed/master
fixed hwtimer on msp430
10 years ago
Zakaria Kasmi c52a24625f reverted license change from 0634f21542cfaf9a70c85e2154bc88435967fa9c 10 years ago
Zakaria_Kasmi 3ea68ecfc1 add a handler for the heap state 10 years ago
Milan Babel 09b0baad66 fixed hwtimer on msp430 10 years ago
Christian Mehlis abc00efa78 Merge pull request #157 from mehlis/crypto
remove broken warning, this is a compiler bug not a RIOT problem
10 years ago
Christian Mehlis c5737312c2 Merge pull request #151 from LudwigOrtmann/issue_147
fixes Issue 147
10 years ago
Ludwig Ortmann 846bcc01a8 Change interface cb parameter to function pointer 10 years ago
Ludwig Ortmann 395a033de6 fix unused parameter warning in posix-rtc.c 10 years ago
Ludwig Ortmann 6fba4d7ced fix unused startup parameter warnings 10 years ago
Ludwig Ortmann 747d33e666 fix warning for sa.sa_sigaction assignments 10 years ago
Christian Mehlis df1755b912 fix broken warning 10 years ago
Ludwig Ortmann c1a5a3b5af fix hwtimer_arch_set_absolute return value 10 years ago
Ludwig Ortmann 52b4370e7d fix register_interrupt callback parameter 10 years ago
Christian Mehlis 9bfd5a95f3 Merge pull request #158 from mehlis/hwtimer
add debug statement
10 years ago
Christian Mehlis f784d24fd5 add debug statement 10 years ago
Oleg Hahm f63025147b Merge pull request #153 from authmillenon/fix_transceiver_doc
Fix transceiver documentation
10 years ago
Martin Lenders 50f4e473d2 Fix transceiver documentation 10 years ago
Oleg Hahm 015e6fd8d4 fixed formatting 10 years ago
Oleg Hahm 26fa6c39bd Inform about submodule and added tarballs 10 years ago
Oleg Hahm a73d57e5dc Merge pull request #152 from OlegHahm/release_note
added the release notes for 2013.08
10 years ago
Oleg Hahm 6d130a45ac updated license headers
(No code changes!)
10 years ago
Oleg Hahm be77c73249 added the release notes for 2013.08 10 years ago
Oleg Hahm fed90e2328 Merge pull request #150 from OlegHahm/6lowpan_plugtest_fixes
6lowpan plugtest fixes
10 years ago
Martin Lenders 6f29ef5bcc Merge pull request #149 from OlegHahm/transceiver_prototypes
fixing ifdef/elif construct around prototypes in transceiver.c
10 years ago
Oleg Hahm 2b1afb4bf6 added native networking to the feature list in README and reordered the file 10 years ago
Oleg Hahm eec0e8b2b0 added some documentation to README
* documentation about native networking
* section about examples
* markdown formatting
10 years ago
Oleg Hahm 7890c924cd updated ICMPv6 types from I-D to RFC values 10 years ago
Oleg Hahm b38aad06f4 added missing FCS to IEEE802.15.4 adaptation layer 10 years ago
Oleg Hahm dc7620b4b7 fixing ifdef/elif construct around prototypes in transceiver.c 10 years ago
Oleg Hahm c3dcaa05a7 Merge pull request #146 from LudwigOrtmann/nativenet_osx_hack
Preliminary OSX support hack
10 years ago
Oleg Hahm 50dd9c3f21 undefined payload before setting for native 10 years ago
Oleg Hahm 2d4de90a9c added missing header guards 10 years ago
Oleg Hahm 701b8177fb fixed some ifdefs and added necessary includes to transceiver.h 10 years ago
Oleg Hahm e65ae85640 remove static for vtimer_print 10 years ago
Oleg Hahm 87f47513fb astyle coding convention fixes 10 years ago
Oleg Hahm b64fb65935 Merge branch 'agilefox_clean' of https://github.com/AlaeddineWeslati/RIOT into AlaeddineWeslati-agilefox_clean
Conflicts:
	sys/include/transceiver.h
	sys/transceiver/transceiver.c

Additional changes:
* allow for multi-transceiver initialization
* change packet reception to old implementation
10 years ago
Ludwig Ortmann 1bed4e459a Preliminary OSX support hack 10 years ago
Oleg Hahm b798663151 Merge pull request #140 from LudwigOrtmann/nativenet_transceiver
Nativenet transceiver
10 years ago
Oleg Hahm 17a82af3ca Merge pull request #144 from LudwigOrtmann/transceiver_PAYLOADSIZE_fix
Transceiver payloadsize fix
10 years ago
Ludwig Ortmann 708ece68cc cc1100 -> nativenet 10 years ago
Ludwig Ortmann a634709c00 native cc1100x_ng network
not properly passing received data to transceiver atm
10 years ago
Ludwig Ortmann 2b8da20476 fix PAYLOAD_SIZE define 10 years ago
Martin Lenders 1411a0df0f Merge pull request #143 from authmillenon/astyle_anti_confusion
Some coding style fixes in sixlowpan
10 years ago
authmillenon b4f47236bd Revert some changes f***ed up by astyle 10 years ago
authmillenon 3624727002 Fix so astyle does not confuse casts for ands 10 years ago
Oleg Hahm 1d9ce4d8c5 Merge pull request #142 from OlegHahm/minor_include_fixes
Minor include, function prototype, and coding convention fixes
10 years ago
Oleg Hahm f81fc54bc7 Merge pull request #141 from LudwigOrtmann/transceiver_receive_types_fix
Fix transceiver.c: receive_packet
10 years ago