zephyr/subsys
Seppo Takalo 51d80a9838 net: lwm2m: Allow CoAP block size to be changed
Allow changing the CoAP Block-wise transfers block-size
for subsequent GET requests.

It looks like Leshan switches block size back to its
configured value, if it is smaller.
So even when we send block N=0 with size of 512, Leshan
seem to handle that properly but still asks N=2 with
block size 256(if that is configured).

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2024-04-12 09:14:36 -04:00
..
bindesc bindesc: Update build time without re-running cmake entirely 2024-03-29 15:08:39 +00:00
bluetooth Bluetooth: controller: Implement LE Create BIG Test command 2024-04-12 14:58:07 +02:00
canbus drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
debug gdbstub: Add v-packet handling function 2024-04-03 15:39:28 +01:00
demand_paging kernel: mm: only include demand_paging.h if needed 2023-11-23 10:01:45 +01:00
dfu subsys/dfu/boot: Fix image confirm for Direct XIP 2024-02-06 21:00:36 +01:00
disk subsys/disk: No need of runtime intialization for disk access part 2023-03-13 18:34:40 +00:00
dsp zdsp: add ARC DSPLIB backend for zdsp 2023-02-21 15:06:06 +01:00
emul emul: Add support for non-bus emulators 2024-01-12 09:59:31 +01:00
fb fb: cfb: Remove unused value 2023-08-14 18:08:59 +00:00
fs fs: ext2: Fix calculating fs_memory in ext2_format 2024-04-11 09:07:43 +02:00
input input: utils: rename the input dump callback 2024-04-01 11:05:02 +01:00
ipc ipc: Add thread name to mbox work queues 2024-03-19 15:01:16 +01:00
jwt jwt: use sys_rand_get directly 2024-04-05 12:28:46 +02:00
llext llext: add support for building relocatable ELF files 2024-04-11 11:35:24 -05:00
logging syscall: Export all emitted syscalls, enabling them for extensions 2024-03-20 16:26:54 +00:00
lorawan lorawan: services: clock_sync: apply changed periodicity immediately 2024-03-01 17:35:04 +01:00
mem_mgmt mem_mgmt: Add a memory attributes memory allocator 2023-11-27 19:56:48 +01:00
mgmt mgmt: smp: fix smp client with shell transport 2024-04-11 11:27:51 -05:00
modbus modbus: Respect CONFIG_UART_USE_RUNTIME_CONFIGURE 2024-04-10 10:01:55 +02:00
modem modem: cmux: make work buffer size configurable 2024-03-26 09:29:55 +00:00
net net: lwm2m: Allow CoAP block size to be changed 2024-04-12 09:14:36 -04:00
pm pm: Remove state lock/unlock API 2024-04-09 20:11:48 +02:00
portability cmsis_rtos_v1: support memory mapped stack at abort hook 2024-04-10 07:44:27 -04:00
random random: Rename source files 2024-03-28 09:44:44 +00:00
retention retention: Increase read size variables to 16-bit 2023-12-14 19:05:22 +00:00
rtio syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sd sd: sdmmc: fix formatting 2024-03-20 10:27:02 -05:00
sensing sensing: add rtio implement for sensing subsys 2024-01-24 10:32:10 +01:00
settings settings: nvs: Fix first write issue with cache 2024-02-26 11:55:33 +00:00
shell shell: Add synchronization for prompt-string access in shell 2024-04-04 15:18:36 -05:00
sip_svc subsystem: sip_svc: Reduce the max timeout to 1 second. 2023-09-15 09:26:49 +02:00
stats shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
storage subsys/storage/flash_map: Inline flash_area_layout 2024-03-22 08:58:48 +01:00
task_wdt task_wdt: add shell 2024-03-22 10:24:55 +01:00
testsuite flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
timing subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
tracing tracing: add intel ADSP memory window backend 2024-03-25 09:33:41 +01:00
usb usb: device_next: use USB notification in CDC ACM implementation 2024-03-22 10:10:42 +01:00
zbus zbus: add priority boost feature 2024-01-04 09:41:54 +01:00
CMakeLists.txt drivers, subsys: sort the lists again, mark the blocks for checking 2023-11-13 09:41:05 +01:00
Kconfig llext: enable tristate Kconfig options 2024-01-11 10:26:04 -05:00