Dear all,
I an a newbie to develop BLE devices.
So I would like to start from tracing the sample application from TI. I picked simpleBLEPeripheral for example.
When I trace it, I found there's a lot of definitions like #if defined( CC2540_MINIDK ) or #if (defined HAL_LCD) && (HAL_LCD == TRUE).
However, I cannot find where these definitions come from.
Could anyone help? Many thanks.