nuttx/arch/risc-v/src
2018-08-24 07:43:00 -06:00
..
common Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
nr5m100 Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
rv32im arch/ and task/sched: vfork operation needs to allocate and copy the task argument too. Also correction of the address correction cannot depend on the stack pointer since it is not available in all architectures. Rather callculate the offset from the stack allocation pointer 2018-08-24 07:43:00 -06:00
Makefile Build system: Remove fixed lib/ subdirectory and its content. Replace with new directory called staging/ that is created dynamically when building and removed when 'make clean' is done. This both improves the name and eliminates a garbage directory from the repository. 2018-05-29 11:36:21 -06:00