summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libjffs2.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not use coverage for librtemstestSebastian Huber2023-11-031-1/+3
| | | | | The goal is to get code and branch coverage from actual tests and not the test support itself.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore2023-03-151-0/+1
| | | | | | | | | This adds write buffer and bad block support required for JFFS2 operation on NAND devices. This also adds the minor modifications necessary for RTEMS support in the Linux header stubs and in wbuf.c. Memory and NOR backed applications should experience no difference in operation since they do not expose the callbacks required for write buffer support.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+38
Update #3818.