|
Files |
file | at86rf230_registermap.h [code] |
file | compiler.h [code] |
| This file includes the correct compiler definitions for the different architectures.
|
file | 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.
|
file | 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.
|
file | crc16.c [code] |
| This file implements the CCITT 16-bit CRC used by IEEE 802.15.4.
|
file | 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>.
|