https://github.com/RT-Thread-Studio/sdk-bsp-rzn2l-etherkit.git
|
|
2 ay önce | |
|---|---|---|
| .github | 3 ay önce | |
| docs | 4 ay önce | |
| libraries | 6 ay önce | |
| projects | 2 ay önce | |
| rt-thread | 11 ay önce | |
| .gitignore | 1 yıl önce | |
| README.md | 3 ay önce | |
| README_zh.md | 3 ay önce | |
| sdk-bsp-rzn2l-etherkit.yaml | 3 ay önce |
English | 中文
The sdk-bsp-rzn2l-etherkit is the support package provided by the RT-Thread team for the EtherKit development board. It can also be used as a software SDK for user development, allowing users to more easily and conveniently develop their own applications.
The EtherKit development board is a product of RT-Thread based on the Arm Cortex®-R52 architecture R9A07G084M04GBG chip, providing engineers with a flexible and comprehensive development platform to help developers gain a deeper experience in the field of EtherCAT industrial Ethernet.
$ sdk-bsp-rzn2l-etherkit
├── README.md
├── sdk-bsp-rzn2l-etherkit.yaml
├── documents
│ ├── EtherKit_Board_Schematic.pdf
│ └── EtherKit_User_Manual.pdf
│ ├── rzn2l-group-datasheet.pdf
│ ├── User’s Manual Hardware.pdf
├── libraries
│ ├── HAL_Drivers
├── projects
│ ├── etherkit_basic_key_irq
│ ├── etherkit_basic_rtc
│ ├── etherkit_blink_led
│ ├── etherkit_driver_adc
│ ├── etherkit_driver_canfd
│ ├── etherkit_driver_gpt
│ ├── etherkit_driver_i2c
│ ├── etherkit_driver_rs485
│ ├── etherkit_driver_spi
│ ├── etherkit_driver_wdt
│ ├── etherkit_ethercat_cherryecat
│ ├── etherkit_driver_hyperram
│ ├── etherkit_ethernet
│ ├── etherkit_usb_pcdc
│ ├── etherkit_usb_pmsc
│ ├── etherkit_component_netutils
│ ├── etherkit_component_mqtt
│ ├── etherkit_component_flash_fs
│ ├── etherkit_modbus_tcpip
│ ├── etherkit_modbus_uart
│ ├── etherkit_ethercat_coe
│ ├── etherkit_ethercat_eoe
│ └── etherkit_profinet_pnet
│ └── etherkit_ethernetip_opener
│ ├── etherkit_factory
└── rt-thread
sdk-bsp-rzn2l-etherkit.yaml: Describes the hardware information of the EtherKit.documents: Schematics, documents, images, datasheets, etc., related to the development board.libraries: General peripheral drivers for EtherKit.projects: Example project folder, including factory programs, EtherCAT programs, etc.rt-thread: Source code of RT-Thread.sdk-bsp-rzn2l-etherkit supports RT-Thread Studio and IAR development methods.
mklinks.bat file. After executing the script, it will generate two folders: rt-thread and libraries.Note:If the mklinks script cannot be executed, you will need to manually copy the rt-thread and libraries folders from the sdk-bsp-rzn2l-etherkit directory into your project directory.