Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) ==================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) STM32F746 Overview
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) ==================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) Introduction
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) ------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) The STM32F746 is a Cortex-M7 MCU aimed at various applications.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) It features:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) - Cortex-M7 core running up to @216MHz
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) - 1MB internal flash, 320KBytes internal RAM (+4KB of backup SRAM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - FMC controller to connect SDRAM, NOR and NAND memories
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) - Dual mode QSPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) - SD/MMC/SDIO support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) - Ethernet controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) - USB OTFG FS & HS controllers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) - I2C, SPI, CAN busses support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) - Several 16 & 32 bits general purpose timers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) - Serial Audio interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) - LCD controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) - HDMI-CEC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) - SPDIFRX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Resources
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) ---------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Datasheet and reference manual are publicly available on ST website (STM32F746_).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) .. _STM32F746: http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/stm32f746ng.html
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) :Authors: Alexandre Torgue <alexandre.torgue@st.com>