update python scripts to python3
tool/compile_gatt: mark profile_data as constexpr for C++11
tool/sm_random_check: update to python3
doc: fix get git tag in buildbot
tool: add package.sh script to release version incl. documentation
test: move Security Manager SC test into own folder
tool/compile_gatt: add fallback for PyCryptodome installed as replacement for PyCrypto
tool/create_packet_log: try to deal with windows 16-bit unicode by dropping \0 characters
mesh: use mesh_upper_transport_pdu_t for all access messages, remove mesh_transport_pdu_t
mesh: define mesh_upper_transport_pdu for (un)segmented access messages and segmented control messages
mesh: mesh_message_pdu -> mesh_segmented_pdu
mesh: introduce mesh_message_t
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
use unsigned literals instead of clumsy casts in ad_parser.c and btstack_event.h
fix compile tool/metrics and port/daemon
daemon/bindings: update btstack_parser, java + python bindings for new opcode defines
tool: update python scripts to python3
Merge pull request #296 from Matheus-Garbelini/developuse python3 for compile_gatt.py, qt4, and some desktop ports
tool/btstack_event_generator: enforce uint8_t offsets
Fix some python3 related errors during compilation* qt-h4 cmake now uses PROJECT_SOURCE_DIR to correctly point to the project root folder (fixes compilation error when the user build from sub-folde
Fix some python3 related errors during compilation* qt-h4 cmake now uses PROJECT_SOURCE_DIR to correctly point to the project root folder (fixes compilation error when the user build from sub-folder)* Change from using python to `python3` (previously compilation would fail if user had python as the default python2.7)
show more ...
tool/metric: add micro-ecc and rijndael sourcesupdate location of minimal c-headers
tool/compile_gatt.py: use random number for GATT Database Hash, if PyCryptodome is not installed
tool/compile_gatt.py: use text-mode for temporary file - fix for windows
12345678910>>...15