nes-proj/os
Angelos Oikonomopoulos 45b0241f94 Introduce dynamically registered shell command sets
Commands are part of a single array, which means that their definition
is static. However, different apps in the same source tree may
reasonably want to add to the command set (perhaps even shadow existing
commands), which would make for awkward code.

Instead, allow dynamic registration/deregistration of command sets at
runtime. This keeps the data overhead low (two pointers per enabled
command set).
2018-06-11 11:09:24 +00:00
..
dev ext-flash driver moved to arch/dev/ 2018-04-04 11:30:32 +01:00
lib Changed return from int to bool 2018-05-31 10:13:21 +02:00
net Deployment: use node-id for compact address logging 2018-06-06 15:38:26 +02:00
services Introduce dynamically registered shell command sets 2018-06-11 11:09:24 +00:00
storage Use a default Coffee file reservation size in Antelope that is selected in relation to the file system size. 2018-05-04 18:12:10 +02:00
sys Deployment: use node-id for compact address logging 2018-06-06 15:38:26 +02:00
contiki-default-conf.h Added flag for 802.15.4 default channel 2018-04-13 02:26:48 -07:00
contiki-lib.h Renamed core to os 2017-09-01 15:29:00 +02:00
contiki-main.c Merge branch 'develop' into contrib/simple-energest 2018-05-25 20:14:18 +02:00
contiki-net.h Added routing module with only routing.h, now included wherever RPL is used 2018-02-02 08:45:02 -08:00
contiki.h energest: removed include of energest from contiki.h to avoid circular dependency 2017-10-31 22:18:17 +01:00