# BTstack Port for POSIX Systems with NXP/Marvel H4 Bluetooth Controller
## Configuration
Most Bluetooth Bluetooth Controllers connected via UART/H4 require some special configuration, e.g. to set the UART baud rate, and/or require firmware patches during startup.
In this port, we've show how a NXP/Marvell Controller can be configured for use with BTstack. It's unclear if the required firmware file for older Controllers,
e.g. 88W8997, can be detected during the firmware upload. This port selects the firmware for NXP 88W8997.
For newer Controllers, e.g. IW416 or IW612, the firmware can be selected automatically.
## Compilation
BTstack's posix-h4-nxp port does not have additional dependencies. You can directly run cmake and then your default build system. E.g. with Ninja:
mkdir build
cd build
cmake -G Ninja ..
ninja
## Running the examples
Please reset the Controller first. On start, BTstack prints the path to the packet log.