zephyr/subsys
Tjerand Bjornsen 938e0e4966 net: lwm2m: Add default firmware update port
If a firmware update is fetched from a server, and no port number is set
in the URI (e.g. coap://example.com/fw_update), the client will try
to connect on the port specified by CONFIG_LWM2M_PEER_PORT.
If a port different from the peer port is to be used for firmware
update, this has to be set explicitly in the URI:
coap://example.com:5683/fw_update.

This fix adds CONFIG_LWM2M_FIRMWARE_PORT, which will be used when
fetching a firmware update without specifying the port number in the
URI.

Signed-off-by: Tjerand Bjornsen <tjerand.bjornsen@nordicsemi.no>
2021-10-14 16:34:48 -04:00
..
bluetooth shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00
canbus
console
cpp ARC: MWDT: get rid of MWDT startup libs 2021-09-01 17:08:32 -04:00
debug debug: coredump: flash backend: fix header if stream erase 2021-10-08 13:00:57 +02:00
demand_paging demand_paging: eviction/nru: fix incorrect dirty bit return val 2021-09-20 19:43:02 -04:00
dfu
disk
emul emul: Add data and parent pointers to emulators 2021-10-05 19:21:39 -04:00
fb
fs shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00
ipc ipc: ipc_service: Rework multi-instance backend. 2021-10-11 20:58:09 -04:00
jwt jwt: mbedTLS requires csprng 2021-10-07 14:02:40 -05:00
logging logging: Cleaning references to tracing in logging 2021-09-29 14:59:36 +02:00
lorawan
mgmt mgmt/mcumgr: Add Kconfig option to select number of supported images 2021-10-05 19:20:51 -04:00
modbus
net net: lwm2m: Add default firmware update port 2021-10-14 16:34:48 -04:00
pm pm: rename pm_control(_fn) to (pm_)action_cb 2021-10-14 07:55:55 -04:00
portability cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -04:00
random random: Fix sys_csrand_get build condition 2021-10-07 14:02:40 -05:00
settings
shell shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00
stats stats: Add a stats shell command 2021-10-14 06:32:57 -04:00
storage
task_wdt task_wdt: fix silent init failures 2021-10-01 15:21:32 +02:00
testsuite testsuite: suppress usage of setjmp in a testcode (rule 21_4-a) 2021-09-03 10:14:57 -04:00
timing
tracing tests: subsys: fixed the samples/tracing code can not generate coverage 2021-09-08 10:28:10 -04:00
usb usb: Fix building error in usb_descriptor with misra test 2021-09-01 12:34:01 -05:00
CMakeLists.txt
Kconfig