tool/update_btstack_config: support adding more than one define
ports: add link to documentation in btstack_config.h
tool: update copyright script
tool/misc: replace sprintf with snprintf and zero last byte using coccinelle
tools: prepare script to update Copyright text
tools: update btstack_root
config: tool for updating port configurations
MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons
tool/misc: add tool to convert signed to unsigned literals when used in unsigned expressions
tool/misc: new append_u_to_constants.cocci
tool: update python scripts to python3
tool/misc: cocci script for if (ptr) operations, (void) memcpy
MISRAC2012-Rule-12.1: add suggested parentheses
misc: help fix misra 12.1 based on c-stat warnings
misc: collect misc scripts