Go to version 1.6.1

This commit is contained in:
Tilen Majerle 2021-12-19 14:29:30 +01:00
parent b4e672fb27
commit 3395036721
12 changed files with 16 additions and 11 deletions

View File

@ -2,6 +2,11 @@
## Develop ## Develop
## v1.6.1
- Will not be actively maintained with new features
- Critical bugs will be updated
- Suggested is migration to v2 instead
- Make `len` parameter deprecated for memory assignment - Make `len` parameter deprecated for memory assignment
- Prepare for version v2 - Prepare for version v2

View File

@ -29,7 +29,7 @@
* This file is part of Lightweight dynamic memory manager library. * This file is part of Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -27,7 +27,7 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef __MAIN_H #ifndef __MAIN_H
#define __MAIN_H #define __MAIN_H

View File

@ -27,7 +27,7 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#include "main.h" #include "main.h"
#include "cmsis_os.h" #include "cmsis_os.h"

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -27,7 +27,7 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef __MAIN_H #ifndef __MAIN_H
#define __MAIN_H #define __MAIN_H

View File

@ -27,7 +27,7 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#include "main.h" #include "main.h"
#include "lwmem/lwmem.h" #include "lwmem/lwmem.h"

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H