zephyr/subsys/shell/modules
Marcin Niestroj 611a1ae51a shell: modules: devmem: use strtoul instead of strtol
All variables for address, width and value are unsigned, so use strtoul
instead of strtol. This fixes an issue when 0xffffffff is about to be
assigned to specific address, which was truncated to 0x7fffffff so far.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2021-07-07 21:01:07 -04:00
..
CMakeLists.txt shell: modules: promote edac mem shell subcommand to root shell command 2021-07-02 13:21:25 -04:00
date_service.c
device_service.c pm: use enum for device PM states 2021-07-07 14:13:12 -04:00
devmem_service.c shell: modules: devmem: use strtoul instead of strtol 2021-07-07 21:01:07 -04:00
Kconfig shell: modules: promote edac mem shell subcommand to root shell command 2021-07-02 13:21:25 -04:00
kernel_service.c shell: kernel: fix reset command echo abrupt termination 2021-05-18 11:28:07 -05:00