mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2024-11-01 03:34:17 +00:00
Update README.md
This commit is contained in:
parent
a61266878f
commit
2810670ce2
1 changed files with 39 additions and 6 deletions
45
README.md
45
README.md
|
@ -1,14 +1,47 @@
|
||||||
# rtl_ameba_gcc_sample
|
# rtl_ameba_gcc_sample
|
||||||
|
|
||||||
* Realtek ameba gcc build environment
|
Realtek ameba gcc build environment
|
||||||
|
|
||||||
|
|
||||||
* os : linux
|
* os : linux
|
||||||
* toolchan : arm-eabi-none-gcc
|
* toolchan : arm-eabi-none-gcc
|
||||||
|
|
||||||
|
# usage
|
||||||
|
|
||||||
* usage:
|
```
|
||||||
* make
|
$ make
|
||||||
* genrate makebin/ram_all.bin
|
...
|
||||||
|
genrate makebin/ram_all.bin
|
||||||
|
```
|
||||||
|
|
||||||
* This example is based on https://github.com/neojou/arm-gcc-blink-example
|
# support chips
|
||||||
|
* RTL8195AM
|
||||||
|
* RTL8711AM
|
||||||
|
* RTL8711AF
|
||||||
|
* RTL8710AF
|
||||||
|
|
||||||
|
# features
|
||||||
|
## support
|
||||||
|
* UART
|
||||||
|
* GPIO
|
||||||
|
* I2C
|
||||||
|
* SPI
|
||||||
|
* FLASH
|
||||||
|
* PWM
|
||||||
|
* Timer
|
||||||
|
* ADC (RTL8195AM only)
|
||||||
|
* DAC (RTL8195AM only)
|
||||||
|
* SDRAM (RTL8195AM and RTL8711AM only)
|
||||||
|
* I2S (HAL only)
|
||||||
|
|
||||||
|
## not support
|
||||||
|
* Wi-Fi
|
||||||
|
* USB OTG
|
||||||
|
* Ethernet
|
||||||
|
* SDIO Host
|
||||||
|
* SDIO Device
|
||||||
|
|
||||||
|
features depend on sdk/lib/lib_platform.a .
|
||||||
|
|
||||||
|
# other
|
||||||
|
|
||||||
|
This environment is based on https://github.com/neojou/arm-gcc-blink-example
|
||||||
|
|
Loading…
Reference in a new issue