Gustavo Henrique Nihei
|
330eff36d7
|
sourcefiles: Fix relative path in file header
|
2021-03-09 23:18:28 +08:00 |
Alin Jerpelea
|
861c0071bd
|
include: nuttx: fix nxstyle errors
Fix nxstyle errors to pass CI
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-02-04 03:33:58 -08:00 |
Xiang Xiao
|
80277d1630
|
Refine the preprocessor conditional guard style (#190)
|
2020-01-31 19:07:39 +01:00 |
Gregory Nutt
|
8c61c2f31b
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:39:38 -06:00 |
Gregory Nutt
|
278cc6f70a
|
libc/lzf: Fix some typos in code that was in conditional logic that was not building. Change a literal use of 13 to HLOG which used to be 13.
|
2018-03-19 16:50:45 -06:00 |
Gregory Nutt
|
ed59157a4b
|
libc/lzf: Define structures to represent LZF headers.
|
2018-03-18 12:31:50 -06:00 |
Boris Astardzhiev
|
6cd607c298
|
libc/lzf: Refactor so that the user is no longer required to generate the LZF header
|
2018-03-16 09:54:55 -06:00 |
Gregory Nutt
|
43ba19025d
|
Update some function headers.
|
2018-03-15 09:19:26 -06:00 |
Gregory Nutt
|
0ab037e6b4
|
libc/lzf: lzf_compress() now expects the hash table as user allocated input parmeter rather than declaring the huge array on the stack.
|
2018-03-15 08:51:32 -06:00 |
Gregory Nutt
|
9acfbd2163
|
libc/lzf: Make HLOG configurable
(cherry picked from commit ea77dfafe1afe7d399e47871d2ec81fea99626cc)
|
2018-03-15 08:32:24 -06:00 |
Boris Astardzhiev
|
25eb417c12
|
libc/lzf: Add Marc Alexander Lehmann's LIBLZF3.6 librrary
|
2018-03-14 14:48:53 -06:00 |