aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Allow base pointers to be configurableMiquel Sabaté Solà2025-03-101-3/+11
| | | | | | | The `ptr` and the `last` pointers can then be configured when including them by simply setting an alternative definition. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Further clarifications on small listsMiquel Sabaté Solà2023-12-221-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Polished the README fileMiquel Sabaté Solà2023-12-211-2/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2023-12-211-0/+202
Implemented the List scope which brings some handy macros and functions to manipulate big lists on the NES. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>