passkey_fw/examples
graham sanderson 3678a25baa Fix build issues when building for RP2040 from pico-examples/pico-sdk.
* include_guard requires GLOBAL as family.cmake is included in multiple non child places
* the following recently added check is suprfluous (family_configure_host_example for rp2040 should do this already),
  and breaks if pico_pio_usb is not avaialble, so i have removed
   # Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host
   if(FAMILY STREQUAL "rp2040")
      family_add_pico_pio_usb(${PROJECT})
   endif()
* added new familt_example_missing_dependency functino to print missing dependency warning, so
  pico-examples can override it to be less in your face, and also more contextual to pico-examples
2023-07-18 09:03:01 -05:00
..
device Fix build issues when building for RP2040 from pico-examples/pico-sdk. 2023-07-18 09:03:01 -05:00
dual rework cmake with rtos support add RTOS to family_configure_device/host/dual_example() 2023-06-27 15:45:38 +07:00
host Fix build issues when building for RP2040 from pico-examples/pico-sdk. 2023-07-18 09:03:01 -05:00
typec rework cmake with rtos support add RTOS to family_configure_device/host/dual_example() 2023-06-27 15:45:38 +07:00
CMakeLists.txt add typec example to cmake 2023-06-12 17:12:25 +07:00
make.mk allow to skip CPU_CORE 2023-06-24 19:08:37 +07:00
rules.mk separate iar and gcc build for clean make, also add cpu specific make 2023-06-24 17:35:37 +07:00