Exposure is shifted when starting with non-0.0 value until set to 0.0
dfu-signature segfaults
Nested symlinks in source cause errors
Support efr32 instead of efm32
[do not merge] Support efr32 instead of efm32
Fix spelling in option description and man page
Remove executable bit from millproject_example
Support efr32 instead of efm32
[do not merge] Support efr32 instead of efm32
jlink: direction configuration for gecko boards...
board/efm32: Disable SRST
export of .xy files shows abundant labels
also, this fixes access to uninitialized memory in pick_and_place_get_float_unit...
.xy files: Support both mm and mil units
jlink: direction configuration for gecko boards...
jlink: direction configuration for gecko boards
jlink: direction configuration for gecko boards
make lwip port buildable again
lwip example updates
disable matching-interface check and debugging
provide lwip memory resources for more coap_mal...
lwip packets: allow pbuf to be extracted
coap_cancel: fix COAP_RESOURCES_NOHASH
drop lwip-isms that can go away with coap_io fr...
lwip port: remove context struct members that a...
lwip port: store context in endpoint
lwip: implement coap_packet_copy_source
(regroup coap_handle_message code to have pdu h...
endpoint adaptions for lwip
implement receiving routines for lwip in indepe...
lwip port: re-introduce zero-copy pdu creation
lwip pdus: update documentation
lwip pdu implementation: shift from contiguous ...
use coap_malloc_type to ease lwip porting
coap_malloc_type implementation for lwip based ...
document coap_pdu_t.hdr
make the internals of coap_packet_t private
thank you, jamie. i've updated the debian copyright files accordingly. unused return...
copyright: the following line from the current copyright file might be helpful: Files:...
suggestions from debian packaging
and the last one. in case you are using git internally, you can cherry-pick the patches...
it seems i can only upload a patch at a time, here's the second one.
thank you for fixing this; i didn't notice the dev/jamie branch until now. there...
introduce partiallydirty resources and dirty su...
porting required to get a minimal example to bu...
lwip for net.c
add coap_add_option_later function
introduce WITH_POSIX (as compared to WITH_COAP ...
free memory after sending
zero-copy sending
non-c99 compatibility
have all coap_log error messages complete their...
defunct time implementation for lwip
use lwip memp pools for allocating coap_queue_t
further use of WITH_POSIX
use htonl/ntohl/ntohs/htons from lwip
temporarily enable malloc for coap_{malloc,free...
drop assertion on not wrapping
lwip address fields are constant sized
asserts don't need a newline
fix segfault when removing the only element in ...
allow having a resource list instead of a hash
(compiler warning fix)
treat time wraps better at lwip-timer / coap-no...
a clean lwip timer interface based on the relat...
calculate offset for adjusting back pbuf to con...
minimal server for lwip demo (no coap yet)
check for an error case
implement COAP_MALLOC_TYPE on lwip
add coap to the lwip example
restore pdu after sending
use lwip pools for observations
fix wrong name for memp resource
use lwip pools for resources and resource attri...
allow having a resource list instead of a hash
use lwip provided time function
allocate the coap context in the lwip memory pools
zero-copy package reception
use lwip timers for retransmission in lwIP