nuttx/Documentation
Lee Lup Yuen c8cf27e848 arm64/a64: Add driver for Reduced Serial Bus
This PR adds the driver for Reduced Serial Bus (RSB) on Allwinner A64 SoC. The RSB Driver will be called by the upcoming Power Mgmt IC Driver for PINE64 PinePhone, to power on the LCD Display.

`arch/arm64/src/a64/Kconfig`: Added the Kconfig option for "A64 Peripheral Selection > RSB" (`CONFIG_A64_RSB`), which enables the RSB Driver

`arch/arm64/src/a64/hardware/a64_memorymap.h`: Added the Base Address for RSB

`arch/arm64/src/a64/Make.defs`: Added the RSB Driver to the Makefile

`arch/arm64/src/a64/a64_de.c`: Increase PLL Timeout for Allwinner A64 Display Engine

`boards/arm64/a64/pinephone/configs/nsh/defconfig`: Set PinePhone Board Config `CONFIG_BOARD_LOOPSPERMSEC` to the value computed by `calib_udelay`

`arch/arm64/src/a64/a64_rsb.c`, `a64_rsb.h`: RSB Driver for Allwinner A64

`platforms/arm/a64/boards/pinephone/index.rst`: Added RSB as supported peripheral for PinePhone
2022-12-24 12:01:46 +08:00
..
_static
_templates
applications NuttX graduated the Incubator; update repository links 2022-11-26 11:58:15 -08:00
components NuttX graduated the Incubator; update repository links 2022-11-26 11:58:15 -08:00
contributing Doc: Explain how to rebase and squash PR's commits 2022-12-19 10:31:12 +08:00
faq Doc: Add how to configure network MTU size 2022-11-02 09:14:17 +08:00
guides Doc: Fix ping to external IP on simulator 2022-12-23 00:32:10 +08:00
introduction arm64/a64: Add drivers for PIO and LEDs 2022-12-06 18:14:39 +08:00
platforms arm64/a64: Add driver for Reduced Serial Bus 2022-12-24 12:01:46 +08:00
quickstart Remove incubat.* from the code base 2022-12-13 21:21:27 +02:00
reference doc/nat: update config options 2022-12-22 20:20:12 +08:00
.gitignore
conf.py
glossary.rst
index.rst Move "Contributing" to be after getting started 2021-08-23 21:22:49 +08:00
make.bat
Makefile
Pipfile docs: Update dependencies and fix lint errors 2022-10-10 09:29:53 +08:00
Pipfile.lock build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /Documentation 2022-12-09 14:23:54 +08:00
substitutions.rst Remove the double blank line from source files 2022-02-20 20:10:14 +01:00