hujun5
hujun5
> @hujun260 Why didn't you modify arch/sim/src/sim/sim_sigdeliver.c? I think you need to modify the file as well. The implementation of signal processing in SIM is quite special. When we enter...
> > The implementation of signal processing in SIM is quite special. When we enter sim_sigdeliver, we are already in the critical section, so there is no chance of a...
> @hujun260 please take a look at @anchao comments I update the patch
@sumpfralle If you really have to completely stop another CPU, you can adopt a strategy similar to one of those in the assert. 
I tested with the latest code and found no issues.
> Please include a commit log explaining why to implement it as inline macro instead of just changing the function to inline ok
> @hujun260 How did you test the change? As far as I have investigated, the ostest does not test the function. The bug was found during our internal monkey testing....
> > How about using macros to isolate different implementations? list.h: > > ``` > > #ifdef INLINE_QUEUE > > #define STATIC_INLINE static line > > #else > > #define...
this pr will lead compile error make distclean -j20; ./tools/configure.sh -l omnibusf4:nsh ;make -j20 CC: ctype/lib_tolower.c mtd/sector512.c: In function 's512_ioctl': mtd/sector512.c:554:19: error: invalid use of undefined type 'struct partition_info_s' 554...
> @hujun260 > > > fix smp boot not enter idle > > As long as I tested with the ** latest ** upstream (qemu-armv8a:nsh_smp), up_idle() is called on both...