mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Merge branch 'master' into develop
This commit is contained in:
commit
4b12420a55
32
library.json
Normal file
32
library.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "LwMEM",
|
||||
"version": "1.5.3",
|
||||
"description": "Lightweight dynamic memory manager optimized for embedded systems",
|
||||
"keywords": "lwmem, memory, dynamic, heap, malloc, calloc, realloc, free, lightweight, manager, embedded, stm32, win32",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/MaJerle/lwmem.git"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tilen Majerle",
|
||||
"email": "tilen@majerle.eu",
|
||||
"url": "https://majerle.eu"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/MaJerle/lwmem",
|
||||
"dependencies": {
|
||||
|
||||
},
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"export": {
|
||||
"exclude": [
|
||||
"docs",
|
||||
"**/.vs",
|
||||
"**/Debug",
|
||||
"third_party/embedded-libs/st_hal/CMSIS/Lib/ARM"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user