Skip to content

Commit 4a5e732

Browse files
vmedcyArto Kinnunen
authored andcommitted
PSOC6: add psoc6cm0p asset with prebuilt CM0+ C arrays
1 parent 66efef2 commit 4a5e732

File tree

4 files changed

+861
-0
lines changed

4 files changed

+861
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Copyright (c) 2018-2019 Cypress Semiconductor Corporation
2+
3+
Permissive Binary License
4+
5+
Version 1.0, September 2015
6+
7+
Redistribution. Redistribution and use in binary form, without
8+
modification, are permitted provided that the following conditions are
9+
met:
10+
11+
1) Redistributions must reproduce the above copyright notice and the
12+
following disclaimer in the documentation and/or other materials
13+
provided with the distribution.
14+
15+
2) Unless to the extent explicitly permitted by law, no reverse
16+
engineering, decompilation, or disassembly of this software is
17+
permitted.
18+
19+
3) Redistribution as part of a software development kit must include the
20+
accompanying file named "DEPENDENCIES" and any dependencies listed in
21+
that file.
22+
23+
4) Neither the name of the copyright holder nor the names of its
24+
contributors may be used to endorse or promote products derived from
25+
this software without specific prior written permission.
26+
27+
Limited patent license. The copyright holders (and contributors) grant a
28+
worldwide, non-exclusive, no-charge, royalty-free patent license to
29+
make, have made, use, offer to sell, sell, import, and otherwise
30+
transfer this software, where such license applies only to those patent
31+
claims licensable by the copyright holders (and contributors) that are
32+
necessarily infringed by this software. This patent license shall not
33+
apply to any combinations that include this software. No hardware is
34+
licensed hereunder.
35+
36+
If you institute patent litigation against any entity (including a
37+
cross-claim or counterclaim in a lawsuit) alleging that the software
38+
itself infringes your patent(s), then your rights granted under this
39+
license shall terminate as of the date such litigation is filed.
40+
41+
DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
42+
CONTRIBUTORS "AS IS." ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
43+
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
44+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
45+
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
46+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
47+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
48+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
49+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
50+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
51+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# PSoC 6 Cortex M0+ prebuilt images
2+
3+
### Overview
4+
5+
Precompiled application images executed on Cortex M0+ core of the PSoC 6 dual-core MCU.
6+
The images are provided as C arrays ready to be compiled as part of the Cortex M4 application.
7+
The Cortex M0+ application code is placed to internal flash by the Cortex M4 linker script.
8+
9+
### Images
10+
11+
* CM0P_SLEEP
12+
13+
This image starts CM4 core at CY_CORTEX_M4_APPL_ADDR=0x10008000 and puts CM0+ core into a deep sleep.
14+
15+
### More information
16+
Use the following links for more information, as needed:
17+
* [Cypress](http://www.cypress.com)
18+
* [ModusToolbox](https://www.cypress.com/products/modustoolbox-software-environment)
19+
20+
---
21+
Copyright (c) Cypress Semiconductor Corporation, 2019.

0 commit comments

Comments
 (0)