drivers: use K_KERNEL_STACK macros
None of these threads run in user mode and we can save some memory. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
37aca482e9
commit
7d920ba39b
78 changed files with 105 additions and 105 deletions
|
@ -88,7 +88,7 @@ struct eth_gecko_dev_data {
|
|||
struct k_sem tx_sem;
|
||||
struct k_sem rx_sem;
|
||||
|
||||
K_THREAD_STACK_MEMBER(rx_thread_stack,
|
||||
K_KERNEL_STACK_MEMBER(rx_thread_stack,
|
||||
CONFIG_ETH_GECKO_RX_THREAD_STACK_SIZE);
|
||||
struct k_thread rx_thread;
|
||||
bool link_up;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue