Commit Graph

169 Commits (9fff3f5b90bd3ce327d3ba908592757e93af74e8)

Author SHA1 Message Date
Oleg Hahm 41f7ab8c91 Merge pull request #646 from BytesGalore/fix_tranceiver_pid_for_cc110x_ng
fix to use only transceiver_pid from transceiver.c
10 years ago
Oleg Hahm 5fed1dc018 Merge pull request #653 from BytesGalore/fix_transceiver_pid_for_cc2420
fix to use only transceiver_pid from transceiver.c (cc2420)
10 years ago
Oleg Hahm 60afe059e4 Merge pull request #652 from BytesGalore/fix_transceiver_pid_for_at86rf231
fix to use only transceiver_pid from transceiver.c (at86rf231)
10 years ago
Oleg Hahm 30b6c16512 include cc110x.h instead of deprecated interface.h 10 years ago
Martin 742b49eb47 fix made transceiver_pid extern for cc2420 10 years ago
Martin 6bd7576cda fix made transceiver_pid extern for at86rf231 10 years ago
Martin 476a7d68dc aligned comment on external thread_pid 10 years ago
Martin f1a906b5e2 fix to use only transceiver_pid from transceiver.c 10 years ago
Ludwig Ortmann 04b94e0e9a replace uint16_t with radio_address_t in cc2420
adpot includes
10 years ago
Ludwig Ortmann 170bfb8aa5 replace uint16_t with radio_address_t in at86rf231
adpot includes
10 years ago
Oleg Hahm 355f6610d5 Merge pull request #482 from OlegHahm/driver_includes
Driver includes
10 years ago
Oleg Hahm 70747d8bb4 streamlined driver include pathes 10 years ago
Hauke Petersen db048999d5 Fixed spelling errors 10 years ago
Hauke Petersen 0bdbeba85e Initial import of low-level driver doxygen groupdef 10 years ago
Ludwig Ortmann a3ef45db51 remove native cruft from cc110x_ng Makefile 10 years ago
Martin Lenders cc1cfcf166 Uncircumvent radio chip's status for IEEE 802.15.4 hardware
Currently the cc2420 and at86rf231 hardware addresses (IEEE 802.15.4
short and long) and frequency channel are read only from a global
variable in the driver.  This global variable is only set when the
user sets the address/channel though both parameters might be preset
by the hardware. This change lets the driver read this parameters
directly from the hardware.
10 years ago
Martin Lenders eeee32363e Fix errors in at86RF231 driver 10 years ago
Christian Mehlis 331bc7e72c cc1100-csmaca-mac.c: fix usage of timex_t 10 years ago
Christian Mehlis 5e527d418f cc1100_phy.c: fix usage of timex_t 10 years ago
Oleg Hahm c7d985d371 removed redundant include pathes from Makefiles 10 years ago
Oleg Hahm 593ee623b6 simplify and unify include pathes
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
10 years ago
Oleg Hahm 903ec54a43 making include directives consistent 10 years ago
Oleg Hahm 2cdfc5b585 Merge pull request #382 from OlegHahm/transceiver_return
transceiver return signed values for sending
10 years ago
Oleg Hahm d87d827d88 transceiver return signed values for sending
negative values indicate an error value
10 years ago
Hauke Petersen edcabf7cb6 Fixed a lot of comments by removing tabs and correcting format. 10 years ago
Hauke Petersen 3785fe956b Fixed doxygen comments, focused on file headers and group definitions 10 years ago
Oleg Hahm b37b21c22c use CC1100_NOBYTE consistently (fixing #129) 10 years ago
Kaspar Schleiser f85adf608f change my email address
kaspar.schleiser@fu-berlin.de will be obsoleted soon. Replace it with
kaspar@schleiser.de, which will (hopefully) stay.
10 years ago
Oleg Hahm 9817043ada Merge pull request #375 from LudwigOrtmann/license_header_fix
fix grammar in license header
10 years ago
Ludwig Ortmann d6c213fb47 fix grammar in license header 10 years ago
Oleg Hahm 1f50d91332 making the pedantic gcc happy 10 years ago
Ludwig Ortmann c1ea408274 move struct timeval to msp430_types.h 10 years ago
Ludwig Ortmann 3b2b02e99a enable building chronos board 10 years ago
Ludwig Ortmann ea672a4537 make sht11 includes adhere to coding conventions 10 years ago
Martin Lenders d47907ed1a Refactor net module to one include directory 10 years ago
Christian Mehlis 634a784cd2 add rtc_time function in public header 10 years ago
Oleg Hahm c142b40a5b network stack related includes 10 years ago
Oleg Hahm 46deefe0f8 make Makefiles proof for spaces in $PATH 10 years ago
Martin Lenders 038e03ad3e Enforce naming convention for ieee802154 10 years ago
Martin Lenders e843727ed4 Relocate ieee802154_frame.h 10 years ago
Oleg Hahm 5fbf73cb96 Merge pull request #206 from OlegHahm/cc110x_casting
fixed casting of TCP flag in cc110x driver
10 years ago
Zakaria Kasmi 4fb64f8e91 revise error messages and fixed encoding 10 years ago
Zakaria Kasmi 9f2e7c80b8 check if reading the high and the low byte are failed. 10 years ago
Zakaria Kasmi e49318e856 SRF08 driver, new handling of failed sensor initialization. 10 years ago
Zakaria Kasmi c7d35903e1 SRF02 driver, new handling of failed sensor initialization. 10 years ago
Zakaria Kasmi f61785de06 LM75A driver, new handling of failed sensor initialization. 10 years ago
Zakaria Kasmi 11b34f0f0b SRF08 driver, ranging function supports various modes. 10 years ago
Zakaria Kasmi af48f588c9 SRF08 driver, updated rangig function getting the number of echos 10 years ago
Zakaria Kasmi 6d3a56420e SRF08 driver, new functionality + changes. 10 years ago
Zakaria Kasmi 8e7b9cd7dd SRF02 driver, new functionality. 10 years ago