CY8CKIT-062-BLE.mk 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ################################################################################
  2. # \file CY8CKIT-062-BLE.mk
  3. # \version 1.0
  4. #
  5. # \brief
  6. # Define the CY8CKIT-062-BLE target.
  7. #
  8. ################################################################################
  9. # \copyright
  10. # Copyright 2018-2019 Cypress Semiconductor Corporation
  11. # SPDX-License-Identifier: Apache-2.0
  12. #
  13. # Licensed under the Apache License, Version 2.0 (the "License");
  14. # you may not use this file except in compliance with the License.
  15. # You may obtain a copy of the License at
  16. #
  17. # http://www.apache.org/licenses/LICENSE-2.0
  18. #
  19. # Unless required by applicable law or agreed to in writing, software
  20. # distributed under the License is distributed on an "AS IS" BASIS,
  21. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  22. # See the License for the specific language governing permissions and
  23. # limitations under the License.
  24. ################################################################################
  25. ifeq ($(WHICHFILE),true)
  26. $(info Processing $(lastword $(MAKEFILE_LIST)))
  27. endif
  28. # MCU device selection
  29. DEVICE:=CY8C6347BZI-BLD53
  30. # Additional components supported by the target
  31. COMPONENTS+=CM0P_SLEEP BSP_DESIGN_MODUS
  32. # Use CyHAL
  33. DEFINES+=CY_USING_HAL