-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加对Microchip SAML10系列支持 #5868
Merged
Merged
添加对Microchip SAML10系列支持 #5868
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Microchip SAM series MCU support for RT-Thread, including SAM Cortex-M0+, M4F and M7.
Add bsp directory to ignored check list, add microchip /samc21/same54/same70 to workflows list
1. remove STDIO code from Microchip official BSP. 2. bug fix of SAME70 hpl/hpl_usart.c, samc21&same54 hpl/hpl_sercom.c baudrate update interface. 3. Add RT-Thread standard STDIO implementation on Microchip SAM MCU.
Add CAN driver and example for SAMC21/SAME5x/SAME70 and fix rtconfig.py issue(unused space might result link error)
Add Chinese version README for SAMC21/E54/E70
Remove Makefile to avoid conflict with rt and add directory description.
Remove unwanted content in README.md
1. Update Microchip SAM MCU BSP, add I2C, GMAC, ADC driver support. 2. Add ethernet driver support of SAM MCU for RT-Thread.
This reverts commit 405e79f.
1. Update MCU BSP to support I2C/ADC/GMAC peripherals. 2. Add I2C and ethernet driver and LWIP support. 3. Update serial driver.
1. Add I2C driver. 2. Move the same drivers and demo code to same folder to reduce duplicated code.
1. Add SAML10 Cortex-M23 series support; 2. remove STDIO related code of same54 series, no need any more; 3. update rtconfig.py to support output bin & map file containing DEVICE PART info.
添加.ignore_format.yml文件用于跳过对官方BSP文件的格式检查
mysterywolf
requested changes
Apr 24, 2022
Comment on lines
2
to
20
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9"/> | ||
<title>Overview</title> | ||
<title>CMSIS-Core (Cortex-M): Overview</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<link href="cmsis.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<script type="text/javascript" src="printComponentTabs.js"></script> | ||
<link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="navtree.js"></script> | ||
<script type="text/javascript"> | ||
$(document).ready(initResizable); | ||
$(window).load(resizeHeight); | ||
</script> | ||
<link href="search/search.css" rel="stylesheet" type="text/css"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请删除掉这个文件
Delete index.html
已删除index.html |
Guozhanxin
approved these changes
Apr 26, 2022
mysterywolf
approved these changes
Apr 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
拉取/合并请求描述:(PR description)
[
1.添加对Microchip SAML10系列MCU的支持,SAML1x系列是基于ARM Cortex-M23内核的32bit MCU. 2.移除same54目录下关于STDIO代码(不再需要). 3. 修改rtconfig.py文件用于编译生成的输出文件包含DEVICE_PART信息. 4.修改bsp\microchip\common\applications\adc_demo.c文件用于增加对SAML10板的支持.
申请合并的代码已经使用env tools进行过编译,生成的烧录文件在官方开发板进行了测试.
]
以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。
The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use a web browser to visit PR, and check items one by one, and ticked them if no problem.
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up