Skip to content

Commit 0150f58

Browse files
Merge pull request #4608 from OpenNuvoton/nuvoton_m487
Support Nuvoton's new target NUMAKER_PFM_M487
2 parents 8a1c7fa + 1e02309 commit 0150f58

File tree

147 files changed

+85300
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+85300
-34
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
* Copyright (c) 2012-2015, ARM Limited, All Rights Reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
6+
* not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
18+
#ifndef LWIPOPTS_CONF_H
19+
#define LWIPOPTS_CONF_H
20+
21+
#define LWIP_TRANSPORT_ETHERNET 1
22+
#define ETH_PAD_SIZE 2
23+
24+
#define MEM_SIZE (16*1024)//(8*1024)//(16*1024)
25+
26+
#endif

0 commit comments

Comments
 (0)