1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/lpc2387/include
Gaëtan Harter 1e561e9f63 cpu/lpc2387: increase 'pthread_reaper' stacksize
At the time of configuration, the pthread-reaper uses '164' bytes of
stack when 'idle' stack is only '160'. By having double it gives some
margin.

ps
        pid | name                 | state    Q | pri | stack  ( used) | base addr  | current
          1 | idle                 | pending  Q |  15 |    160 (  128) | 0x4000007c | 0x4000009c
          2 | main                 | running  Q |   7 |   2560 ( 1232) | 0x4000011c | 0x4000095c
          3 | pthread-reaper       | bl rx    _ |   0 |    320 (  164) | 0x40000bac | 0x40000c48
            | SUM                  |            |     |   3040 ( 1524)
2019-09-25 16:17:01 +02:00
..
vendor cpus: mv vendor headers to include/vendor/. 2017-03-07 08:55:15 +01:00
cpu_conf.h cpu/lpc2387: increase 'pthread_reaper' stacksize 2019-09-25 16:17:01 +02:00
cpu.h cpu/lpc2387: clean up the platform 2019-09-16 13:08:56 +02:00
lpc2387.h cpus: mv vendor headers to include/vendor/. 2017-03-07 08:55:15 +01:00
periph_cpu.h cpu/lpc2387: Various fixes for GPIO driver 2018-06-18 09:10:25 +02:00