Skip to content

Commit

Permalink
Merge pull request #299 from lf-lang/zephyr-default-stack-size
Browse files Browse the repository at this point in the history
Zephyr: Update default thread stack size to 2KB
  • Loading branch information
lhstrh authored Nov 3, 2023
2 parents 8f761b0 + 8d983ce commit e5a2fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/core/platform/lf_zephyr_board_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// Default options
#define LF_ZEPHYR_THREAD_PRIORITY_DEFAULT 5
#define LF_ZEPHYR_STACK_SIZE_DEFAULT 1024
#define LF_ZEPHYR_STACK_SIZE_DEFAULT 2048

// Unless the user explicitly asks for the kernel clock, then we use a counter
// clock because it is more precise.
Expand Down

0 comments on commit e5a2fd7

Please sign in to comment.