- #
- # Copyright (C) <2019-2021>
- # <Cypress Semiconductor Corporation (an Infineon company)>
- #
- # Configuration script for Cypress PSoC4500 family of microcontrollers.
- #
- if { ![info exists CHIPNAME] } {
- set CHIPNAME psoc4500
- }
- source [find target/psoc6_256k.cfg]
|