First experiments on NRF52840
nsh> nimble &
nimble [5:255]
hci init
port init
gap init
gatt init
ans init
ias init
lls init
tps init
hci_sock task init
ble_host task init
nsh> hci sock task
host task
nsh> free
nsh: free: Could not open /proc/meminfo (is procfs mounted?): 2
nsh> mount -t procfs /proc
nsh> free
total used free largest
Umem: 96736 26128 70608 70576
nsh> ps
PID PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK COMMAND
0 0 FIFO Kthread N-- Ready 00000000 002048 Idle Task
1 224 RR Kthread --- Waiting Signal 00000000 002032 hpwork
2 100 RR Kthread --- Waiting Signal 00000000 002032 lpwork
3 100 RR Task --- Running 00000000 002032 init
4 100 RR Kthread --- Waiting MQ empty 00000000 001000 BT HCI Tx
5 255 RR Task --- Waiting Signal 00000000 002032 nimble
6 1 RR pthread --- Waiting MQ empty 00000000 002048 pt-0x128b9 0
7 1 RR pthread --- Waiting Semaphore 00000000 002048 pt-0x128d1 0
nsh>