mbed-os/components/802.15.4_RF/atmel-rf-driver
Hugues Kamba bfa1b4dd84 Drivers/Events/RTOS Public and internal APIs cleanup (#10955)
Separate drivers, events, and rtos internal APIs from public APIs.

* Move source files to source subdirs
* Move internal headers to internal subdirs
* Add Doxygen comments for documenting internal and public APIs
* Remove source code from header files in order to remove include pre-processor directives
that included header files not directly used by said header files
* Explicitly include header files instead of implicit inclusions via third-party header files.

Release Notes

This will break user code that was using an internal API as the internal header files have been moved.
This will only break if the user was including the header file using a namespace (i.e #include "foo/bar.h" instead of #include "bar.h"
2019-08-02 12:23:47 +01:00
..
atmel-rf-driver Components if using RTOS modules should be enabled only when RTOS is present 2018-11-27 13:55:59 -06:00
source Drivers/Events/RTOS Public and internal APIs cleanup (#10955) 2019-08-02 12:23:47 +01:00
LICENSE Add Atmel RF driver v3.0.4 2018-09-01 12:36:27 -05:00
README.md Add Atmel RF driver v3.0.4 2018-09-01 12:36:27 -05:00
apache-2.0.txt Add Atmel RF driver v3.0.4 2018-09-01 12:36:27 -05:00
mbed_lib.json Sync with Atmel RF driver v3.0.6 2018-11-06 16:45:09 +02:00

README.md

Example RF driver for Atmel 802.15.4 transceivers

Support for:

  • AT86RF233
  • AT86RF212B

This driver is used with 6LoWPAN stack.