Skip to content

Commit 17c4971

Browse files
committed
optimize: Support to put rodata to Flash
Version(488a5a6) Refer to ld/eagle.app.v6.common.ld, you can add your libraries into .irom0.text segment.
1 parent bbdf366 commit 17c4971

27 files changed

+1056
-853
lines changed

LICENSE

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,29 @@ DEALINGS IN THE SOFTWARE.
3535
�ͷ���Ȩ�ı�֤�����ߺͰ�Ȩ���������κ�����¾�����������������ʹ��������Ժ�ͬ��ʽ��������Ȩ
3636
��������ʽ������κ����⡢�𺦻��������θ���
3737

38-
38+
Exception vectors include code relicensed from the following:
39+
Original vector contents Copyright (C) 2014-2015 Espressif Systems
40+
Additions Copyright (C) Superhouse Automation Pty Ltd and Angus Gratton
41+
Redistribution and use in source and binary forms, with or without modification, are
42+
permitted provided that the following conditions are met:
43+
44+
1. Redistributions of source code must retain the above copyright notice, this list of
45+
conditions and the following disclaimer.
46+
47+
2. Redistributions in binary form must reproduce the above copyright notice, this list
48+
of conditions and the following disclaimer in the documentation and/or other materials
49+
provided with the distribution.
50+
51+
3. Neither the name of the copyright holder nor the names of its contributors may be used
52+
to endorse or promote products derived from this software without specific prior written permission.
53+
54+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
55+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
56+
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
57+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
58+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
60+
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
61+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3962

4063

0 commit comments

Comments
 (0)