212 Commits

Author SHA1 Message Date
Tilen Majerle
9b15498407 Set version to v1.2.0 2019-11-09 13:06:26 +01:00
Tilen Majerle
baf89897c0 Remove wrong link to repository resources 2019-11-02 13:02:36 +01:00
Tilen Majerle
9e597ee3e9 Modify readme & features 2019-11-02 12:44:33 +01:00
Tilen Majerle
192620d561 Modify comments 2019-10-31 00:53:56 +01:00
Tilen Majerle
fa8eeb6a66 Make function static and add cast to avoid warnings 2019-10-29 21:46:35 +01:00
Tilen Majerle
292f7bb8a2 Fix OS wrong thread exit 2019-10-28 17:50:36 +01:00
Tilen Majerle
c907908e28 Move to CMSIS-OS v2 2019-10-27 22:24:34 +01:00
Tilen Majerle
311b28b973 Add latest embedded lib module 2019-10-27 20:32:59 +01:00
Tilen Majerle
ffce02e850 Use pre-increment instead post-increment 2019-10-27 15:15:15 +01:00
Tilen Majerle
ee31ee8aa7 Remove version number from development branch 2019-10-13 13:05:20 +02:00
Tilen Majerle
069cabcfdc Merge branch 'develop' 2019-10-10 23:04:26 +02:00
Tilen Majerle
e51075e9d4 Set version to 1.1 v1.1.0 2019-10-10 23:03:53 +02:00
Tilen Majerle
c1dff4ecfb Merge branch 'develop' 2019-10-10 23:01:48 +02:00
Tilen Majerle
e99e42930c Add version placeholder 2019-10-10 22:55:25 +02:00
Tilen Majerle
6599ff35f2 Modify getting started guide 2019-09-29 11:39:39 +02:00
Tilen Majerle
a7276a4132 Remove examples secondary repository link 2019-09-29 11:23:50 +02:00
Tilen Majerle
92ab0565f8 Get rid of _res repository 2019-09-29 10:09:22 +02:00
Tilen Majerle
bac3bf961a Change license year 2019-08-24 10:33:26 +02:00
Tilen Majerle
5562996e22 Replace tab with spaces 2019-08-08 17:26:51 +02:00
tilz0R
2f873f3cf0 Add thread safety notes 2019-07-11 22:09:19 +02:00
tilz0R
f09f31965d Add missing s 2019-07-11 22:07:16 +02:00
tilz0R
d94b971dd6 Create allocation mark macro and add curr statement check 2019-07-11 22:06:39 +02:00
tilz0R
0a8779df5d Optimize if statement for safe free 2019-06-21 20:46:58 +02:00
tilz0R
894412c374 Use < and > for includes for C standard library 2019-06-21 18:23:07 +02:00
tilz0R
0c7c8c930b Replace DEVELOPMENT with LWMEM_DEV 2019-06-21 18:02:41 +02:00
tilz0R
0fc6d5e688 Improve debug features 2019-06-21 17:52:27 +02:00
tilz0R
793d48a534 Add debug features under "DEVEOPMENT" macro 2019-06-19 21:57:01 +02:00
tilz0R
4e4980f7c8 Put global variables to structure 2019-06-19 21:56:38 +02:00
tilz0R
b73563a45a Add macro for pointer from block 2019-06-18 19:51:35 +02:00
tilz0R
e6b184e067 Remove unnecessary wrong line to remove allocation bit 2019-06-18 19:43:14 +02:00
tilz0R
f417c35e97 Update comments and code style 2019-06-18 18:07:24 +02:00
tilz0R
248c5779d0 Correct indent 2019-06-18 18:06:42 +02:00
tilz0R
2cfe1bde50 Add missing lwmem_sys include file 2019-06-16 22:36:58 +02:00
tilz0R
29f7864be6 Add protection to the library for operating system 2019-06-16 15:58:46 +02:00
tilz0R
ad951a18bb Update default config template 2019-06-10 13:11:12 +02:00
tilz0R
3814d4c874 Add check for regions and length inputs 2019-06-10 11:44:25 +02:00
tilz0R
66d85632c4 Prepare code for thread-safe support 2019-06-10 02:43:37 +02:00
tilz0R
9e361aed52 Prepare code for thread-safe implementation 2019-06-09 10:42:19 +02:00
tilz0R
49db26865e Add == 0, > 0 for all integer variables holding non-bold value 2019-06-07 00:16:50 +02:00
tilz0R
9c67fb9b5f Remove == 0 or != 0 or > 0 checks 2019-06-05 08:14:48 +02:00
tilz0R
1e35edeb6b Compare constant against variable 2019-06-03 20:14:13 +02:00
tilz0R
75aa52d277 When comparing var against constant, compare constant against variable 2019-06-03 06:32:14 +02:00
tilz0R
911a38b160 Add description for casting macro 2019-05-29 22:35:20 +02:00
tilz0R
50da788391 Fix warning for 64-bit systems 2019-05-29 22:34:11 +02:00
tilz0R
27647680f6 Merge branch 'master' of https://github.com/MaJerle/lwmem 2019-05-26 19:42:30 +02:00
tilz0R
6306561425 Remove empty space 2019-05-26 19:42:16 +02:00
tilz0R
2ea8fea636 Revert "Add travis file"
This reverts commit 29f2ebbed1e4049d1976f715f42031108101d06f.
2019-05-22 10:19:14 +02:00
tilz0R
29f2ebbed1 Add travis file 2019-05-22 10:13:20 +02:00
tilz0R
52874543aa Add memory allocated bit as macro. It should be evaluated on compiler side. 2019-05-04 22:47:07 +02:00
tilz0R
4dc9c21b06 Add safe realloc function 2019-05-03 00:33:00 +02:00