Go to file
Vinicius Costa Gomes e190ffe200 iot/zoap: Fix handling of 16-bytes block-wise transfers
This fixes the case that a request for block number (NUM) 0, using a
16 byte block was considered invalid.

This was because it is encoded as the value 0 (zero), which can be
expressed as the BLOCK1 option present but without any value
associated. The old code considered this the same as the option not
existing.

Change-Id: I0f3912803a88865e9f544a6d0078ed4231775a88
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2017-02-14 08:30:33 +02:00
.known-issues
arch pinmux: fix default pinmux driver for quark_se_ss 2017-02-12 00:32:13 +00:00
boards boards: tinyTILE: enable USB console by default 2017-02-13 23:44:50 +00:00
doc doc: update make clean to remove doxygen folder 2017-02-09 23:52:02 +00:00
drivers Merge "Merge arm branch into master" 2017-02-11 04:00:58 +00:00
dts dts: hexiwear: fix fixup to use correct define 2017-02-11 07:00:38 +00:00
ext clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
include iot/zoap: Improve zoap.h documentation 2017-02-14 08:30:33 +02:00
kernel dts: Add support for Device Tree 2017-02-10 18:13:58 +00:00
lib newlib: make sure the chain of includes has generated_dts_board.h 2017-02-11 07:00:39 +00:00
misc
samples samples/zoap-server: Update docs with information about libcoap 2017-02-14 08:30:33 +02:00
scripts scripts: Fix hardwired python path in extract_dts_include.py 2017-02-14 02:14:39 +00:00
subsys iot/zoap: Fix handling of 16-bytes block-wise transfers 2017-02-14 08:30:33 +02:00
tests spi_test: fix variable type mismatches 2017-02-14 02:13:53 +00:00
.checkpatch.conf
.gitattributes
.gitignore doc: update .gitignore 2017-02-09 23:51:54 +00:00
.gitreview
.mailmap
defaults.tc
Kbuild dts: Add support for Device Tree 2017-02-10 18:13:58 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile gen_isr_tables: New static interrupt build mechanism 2017-02-11 01:27:58 +00:00
Makefile.inc
Makefile.test
zephyr-env.sh