diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/BCM4359C0.hcd | bin | 0 -> 67687 bytes | |||
-rw-r--r-- | firmware/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/firmware/BCM4359C0.hcd b/firmware/BCM4359C0.hcd Binary files differnew file mode 100644 index 0000000..95c1654 --- /dev/null +++ b/firmware/BCM4359C0.hcd diff --git a/firmware/CMakeLists.txt b/firmware/CMakeLists.txt new file mode 100644 index 0000000..fd43930 --- /dev/null +++ b/firmware/CMakeLists.txt @@ -0,0 +1,2 @@ +# install firmware +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/BCM4359C0.hcd DESTINATION ${HAL_SYSCONF_DIR}/bluetooth) |