common/at86rf230_registermap.h [code] | |
common/compiler.h [code] | This file includes the correct compiler definitions for the different architectures |
common/compiler_avr.h [code] | This file implements some macros that makes the IAR C-compiler and avr-gcc work with the same code base for the AVR architecture |
common/compiler_avr32.h [code] | This file implements some macros that makes the IAR C-compiler and avr-gcc work with the same code base for the AVR32 architecture |
common/crc16.c [code] | This file implements the CCITT 16-bit CRC used by IEEE 802.15.4 |
common/crc16.h [code] | This file implements the API for the implemented CCITT 16-bit CRC used by IEEE 802.15.4. This is function is included since IAR lacks this implementation. For avr-gcc it is available in avr-libc: <util/crc16.h> |
hal/avr/hal_avr.c [code] | This file implements the HAL for the AT86RF230 radio transceiver |
hal/avr/hal_avr.h [code] | This file implements the HAL API for the AT86RF230 radio transceiver |
tat/tat.c [code] | This files implements the Transceiver Access Toolbox |
tat/tat.h [code] | This files defines the API for the Transceiver Access Toolbox |