Olimex-LPC1766-STK: Enable procfs in NSH configuration. Automount /proc on startup.

This commit is contained in:
Gregory Nutt
2016-12-05 08:52:40 -06:00
parent 6cff0a7012
commit 9ed0387379
4 changed files with 40 additions and 9 deletions
+4
View File
@@ -346,6 +346,10 @@ try_again:
* and try again. Briefly re-enabling interrupts should
* be sufficient to permit processing the pending pause
* request.
*
* NOTE: This should never happen on architectures like
* the Cortex-A; the inter-CPU interrupt (SGI) is not
* maskable.
*/
up_irq_restore(ret);