commit | eb1e5a161d311ef3a79bb3b8cce8f0dbbe710d5a | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Wed May 31 14:26:50 2023 -0400 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Sat Sep 30 08:04:14 2023 +0300 |
tree | 63c5006fdbd1d81ff9e73edb7a317ce1d0555c58 | |
parent | 9bedfd82a2ea8e9c8bdce625a58e18aa4df788d4 [diff] |
kernel: FIFO and LIFO have their own sections Instead of placing both FIFOs and LIFOs into a common k_queue type section, they are now placed into their own custom iterable secitons. This is necessary when employing object cores as FIFOs and LIFOs will be associated with different lists. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>