From d2f8ae2a4b6bc4a26f5a37aa08748585d053cb59 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 31 Dec 2020 17:26:30 +0800 Subject: [PATCH] Update README_en.md hardware abstraction -> hardware abstraction layer (HAL is for OS) --- README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_en.md b/README_en.md index e444b536..5be5b06f 100644 --- a/README_en.md +++ b/README_en.md @@ -20,7 +20,7 @@ TencentOS tiny main architecture diagram, from bottom to top, mainly includes: **CPU libs** :The CPU IP core architecture supported by TencentOS tiny,currently supports ARM Cortex M0/3/4/7. -**Drive management** :Including board support package (BSP, mainly developed and maintained by MCU chip manufacturers), hardware abstraction (HAL, mainly provided by TencentOS tiny, to facilitate adaptation and porting of different chips), device drivers (Drivers, such as Wi-Fi, GPRS Drivers for modules such as LoRa). +**Drive management** :Including board support package (BSP, mainly developed and maintained by MCU chip manufacturers), hardware abstraction layer (HAL, mainly provided by TencentOS tiny, to facilitate adaptation and porting of different chips), device drivers (Drivers, such as Wi-Fi, GPRS Drivers for modules such as LoRa). **kernel** :The TencentOS tiny real-time kernel includes tasks management, real-time scheduling, time management, interrupt management, memory management, exception handling, software timers, linked lists, message queues, semaphores, mutex locks, event flags, and more.