Difference between revisions of "Acronyms"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Add note about Thread Local Storage (TLS) acronym.)
m (Minor correction, remove duplicated link.)
 
Line 25: Line 25:
  
 
TLS : Thread Local Storage.  See https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_THREAD_LOCAL_STORAGE
 
TLS : Thread Local Storage.  See https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_THREAD_LOCAL_STORAGE
https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_THREAD_LOCAL_STORAGE
 
  
 
[https://techdifferences.com/difference-between-pla-and-pal.html PLA versus PAL devices]
 
[https://techdifferences.com/difference-between-pla-and-pal.html PLA versus PAL devices]
  
 
<!-- comment -->
 
<!-- comment -->

Latest revision as of 20:01, 3 June 2024

^ Overview

stub section


^ Technical Acronyms

LTO . . . Link Time Optimization

    • file:///secondary/opt/gcc-8.1.0/INSTALL/build.html

CDT . . . C/C++ Development Toolkit, in LPCXpresso context

CMSIS : Cortex Microcontroller Software Interface Standard

2021-03-09

 CPLD  . . . Complex Programmable Logic Device
 PAL   . . . Programmable Array Logic
 FPGA  . . . Field Programmable Gate Array

TLS : Thread Local Storage. See https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_THREAD_LOCAL_STORAGE

PLA versus PAL devices