Home
last modified time | relevance | path

Searched refs:a (Results 1 – 11 of 11) sorted by relevance

/LevelX-v6.2.1/
DSECURITY.md9 ## Reporting a Vulnerability
11 If you think you have found a vulnerability in <project> you can report it using one of the followi…
14 * [Report a Vulnerability](https://github.com/eclipse-threadx/levelx/security/advisories/new)
DCMakeLists.txt9 option(LX_ENABLE_FILE_SERVERS "Includes a dependency on FileX" ON)
61 # Enable a build target that produces a ZIP file of all sources
DCONTRIBUTING.md7 Eclipse ThreadX provides a vendor-neutral, open source, safety certified OS for
8 real-time applications published on under a permissive license. The Eclipse
13 * GUIX - provides a complete, embedded graphical user interface (GUI) library
17 * TraceX - analysis tool that provides a graphical view of real-time system events to better unders…
60 The ECA provides the Eclipse Foundation with a permanent record that you agree
DREADME.md3a finite number of times, it’s critical to distribute the flash memory use evenly. This is typical…
44 /* up a periodic timer interrupt source, saving the system stack */
103 1. Building as a static library
105a composable CMake-based build system that supports many different MCUs and host systems. Integrat…
107 …e tree to be built & linked with your code, you can compile this project as a standalone static li…
DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
/LevelX-v6.2.1/cmake/
Dutilities.cmake3 # Store the current list in a temp
7 # If there is a linker script defined, use it
/LevelX-v6.2.1/.github/ISSUE_TEMPLATE/
Dhardware-or-architecture-support.md10 **Is this request related to a particular hardware platform, SoC, board? Please describe.**
16 If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS supp…
Dfeature_request.md10 **Is your feature request related to a problem? Please describe.**
Dbug_report.md3 about: Create a report to help us improve Azure RTOS.
/LevelX-v6.2.1/docs/
Drevision_history.txt30 … lx_nand_flash_open.c Added logic to detect start of a block erase that
51 … added logic to detect start of a block erase that was
74 … does not supply a sector/page RAM buffer.
80 … cause a newly mapped sector to be erased.
83 … lx_nand_flash_open.c Added logic to detect and handle a mapping entry
85 … ensure there is a page buffer supplied by the
93 … and corrected logic that could cause a newly mapped
97 … lx_nor_flash_open.c Added logic to detect and handle a mapping entry
99 … ensure there is a sector buffer supplied by the
146 lx_nand_flash_block_reclaim.c Added logic to update page 0 on a full
/LevelX-v6.2.1/common/inc/
Dlx_api.h165 #define LX_MEMSET(a,b,c) memset((a),(b),(c)) argument
169 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c)) argument
186 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c))