mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2026-07-01 17:15:40 +00:00
rtlduino rtl8710af gcc base version
This commit is contained in:
parent
7675bdb95f
commit
9c0c9edf61
2097 changed files with 779974 additions and 2 deletions
53
README.md
53
README.md
|
|
@ -1,2 +1,51 @@
|
|||
# rtlduino
|
||||
Linux RTL8710AF below the GCC version, you can Ubuntu, CentOS, Fedora and so on the development of the SDK environment, support the compiler, debugging, running.
|
||||
# **RTL8710_SDK_GCC_VERSION 1.0.0** #
|
||||
|
||||

|
||||
|
||||
[](https://gitter.im/iot-tech-now/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
|
||||
[](https://travis-ci.org/RtlduinoMan/rtlduino_gcc_version)
|
||||
[](http://rtl8710.iot-tech-now.com/rtl8710/site/)
|
||||
>
|
||||
> ### A low power consumption, low cost,IOT WIFI solution of the operating system.
|
||||
> GCC SDK RTL8710 basic version (including the window platform cygwin installation and Ubuntu platform Linux Installation routines),
|
||||
> including cross compilation of the installation, compile, link, run, debug, and so on.
|
||||
> SDK implementation of the function:
|
||||
> - WiFi connection settings (including AP mode and STA mode).
|
||||
> - peripheral resource control (including GPIO, SPI, UART, IIC, etc.).
|
||||
> - the user uses the sample method
|
||||
>
|
||||
> # Summary
|
||||
> - 802.11 b/g/n,CMOS MAC,Baseband PHY
|
||||
> - CPU: Cortex-M3
|
||||
> - ROM: 1 MB RAM: 512 KB, FLASH: 1 MB
|
||||
> - WiFi @ 2.4 GHz,Support WPA/WPA2 Security Mode
|
||||
> - Support STA/AP/STA+AP Module
|
||||
> - SPI,UART,PWM,GPIO
|
||||
> - Deep Sleep Current 10 uA,Shutdown Current below 5 uA
|
||||
> - Use LWIP network protocol stack
|
||||
> - Use FreeRTOS operating system
|
||||
>
|
||||
>
|
||||
> # Documentation
|
||||
> - [RTL00 Company web ,The first RTL8710AF WIFI module company](http://www.iot-tech-now.com)
|
||||
> - [RTL00, The most complete, most detailed introduce RTL8710 BBS](http://bbs.iot-tech-now.com)
|
||||
> - [Realtek AMEBA BBS, all kinds of sample for your reference](http://www.amebaiot.com.cn/en/)
|
||||
> - [RTL-00 module specifications and the use of a pack of tong-baidu](https://pan.baidu.com/s/1c24yc3u)
|
||||
> - [RTL-00 module specifications and the use of a pack of tong-google](https://docs.google.com/uc?id=0B5j2mJrdXJIMUGQ2elJ0NWNCX0U&export=download)
|
||||
>
|
||||
> # Build Options
|
||||
> | Command |Usage | Description |
|
||||
> | ------------- |:-------------| :-----|
|
||||
> |all | $ make all |Compile project to generate ram_all.bin |
|
||||
> | clean | $ make clean | Remove compile result (*.bin,*.o,…)|
|
||||
> | clean_all | $ make clean_all | Remove compile result and Toolchains |
|
||||
> | flash | $ make flash | Download ram_all.bin to flash |
|
||||
> |setup | $ make setup GDB_SERVER=server | (server=openocd or jlink) Setup GDB_SERVER |
|
||||
> | debug | $ make debug | Enter gdb debug |
|
||||
> | ramdebug | $ make ramdebug | Write ram_all.bin to RAM then enter gdb debug |
|
||||
>
|
||||
>
|
||||
> # How to buy RTL00 modules
|
||||
> - [TAOBAO](https://shop144713139.taobao.com/index.htm?spm=2013.1.w5002-13891070375.2.S44Muz)
|
||||
> - [ALIEXPRESS](https://www.aliexpress.com/supplier-gs/wholesale-products/237862434-productlist.html? SPM = 2114.01010208.3.50 PxOsEP)
|
||||
>
|
||||
Loading…
Add table
Add a link
Reference in a new issue