Skip to content

Conversation

@2bndy5
Copy link
Member

@2bndy5 2bndy5 commented Jul 23, 2022

This is needed to update the pyRF24 pkg to use latest master.

This should not negatively affect RF24 lib builds because RF24_NO_INTERRUPT is respected in the root CMakeLists.txt. But, the pyRF24 pkg doesn't actually use the root CMakeLists.txt. Instead, the pyRF24 pkg only uses utility/CMakeLists.txt to get the appropriate driver sources/includes/etc.

This is the CMake equivalent of #839 which did the same exclusion of interrupt.h when it wasn't needed.

This is needed to update the pyRF24 pkg to use latest master.

This does not affect RF24 lib builds because
RF24_NO_IRQ is respected in the root CMakeLists.txt.
But, the pyRF24 pkg doesn't actually use the root CMakeLists.txt.
Instead, the pyRF24 pkg only uses utility/CMakeLists.txt.
@TMRh20 TMRh20 merged commit 89358b2 into master Jul 23, 2022
@2bndy5 2bndy5 deleted the patch-for-pyrf24 branch July 23, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants