mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Fix mbed_hal-watchdog failing with OOM
This is to fix OOM error on targets with just 16KiB RAM.pull/11022/head
							parent
							
								
									debc38fd27
								
							
						
					
					
						commit
						81dd2aa787
					
				| 
						 | 
				
			
			@ -69,7 +69,7 @@ using utest::v1::Harness;
 | 
			
		|||
 | 
			
		||||
const watchdog_config_t WDG_CONFIG_DEFAULT = { .timeout_ms = WDG_TIMEOUT_MS };
 | 
			
		||||
 | 
			
		||||
Thread wdg_kicking_thread;
 | 
			
		||||
Thread wdg_kicking_thread(osPriorityNormal, 768);
 | 
			
		||||
Semaphore kick_wdg_during_test_teardown(0, 1);
 | 
			
		||||
 | 
			
		||||
void wdg_kicking_thread_fun()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue