Skip to content
  • Daan Vreeken [PA4DAN]'s avatar
    aba65e22
    Committer: Daan Vreeken [PA4DAN] <pa4dan@RacebeestV3.VEHosting.LAN> · aba65e22
    Daan Vreeken [PA4DAN] authored
    	modified:   common/log/log.c
    	modified:   common/utils/weather.c
    	modified:   controller/controller/controller_command.c
    	modified:   controller/controller/controller_trace.c
    	modified:   controller/shell/shell.c
    
    	Don't use PTHREAD_STACK_MIN as thread stack size on FreeBSD.
    	PTHREAD_STACK_MIN must be huge on Linux for all this code to work. On
    	FreeBSD the code will generally hit the end of the stack before the
    	third function call.
    aba65e22
    Committer: Daan Vreeken [PA4DAN] <pa4dan@RacebeestV3.VEHosting.LAN>
    Daan Vreeken [PA4DAN] authored
    	modified:   common/log/log.c
    	modified:   common/utils/weather.c
    	modified:   controller/controller/controller_command.c
    	modified:   controller/controller/controller_trace.c
    	modified:   controller/shell/shell.c
    
    	Don't use PTHREAD_STACK_MIN as thread stack size on FreeBSD.
    	PTHREAD_STACK_MIN must be huge on Linux for all this code to work. On
    	FreeBSD the code will generally hit the end of the stack before the
    	third function call.
Loading