Alin Jerpelea
ccff570e6f
drivers: nxstyle fixes
...
nxstyle fixes to pass the CI.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-03-04 18:32:27 -08:00
Alin Jerpelea
e5b6305f4a
drivers: Author Gregory Nutt: update licenses to Apache
...
Gregory Nutt has submitted the SGA and we can migrate the licenses
to Apache.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-03-04 18:32:27 -08:00
Xiang Xiao
3187dde36c
fix sim:bluetooth compiler error ( #18 )
...
wireless/bluetooth/bt_null.c:274:10: warning: implicit declaration of function 'bt_driver_register'; did you mean 'bt_netdev_register'? [-Wimplicit-function-declaration]
return bt_driver_register(&g_bt_null);
sim_bringup.c:324:9: error: too few arguments to function 'bt_netdev_register'
ret = bt_netdev_register();
2019-12-31 09:30:44 -06:00
Gregory Nutt
f67e27cf76
arch/arm/src/tiva/hardware: Add CCFG register definition files.
2018-12-11 09:35:07 -06:00
Gregory Nutt
fd844f8eac
include/nuttx/wireless/bluetooth: Move Bluetooth header files from include/nuttx/wireless to include/nuttx/wireless/bluetooth for symmetry with other wireless technologies.
2018-04-29 12:43:09 -06:00
Gregory Nutt
4fd814982d
drivers/bluetooth: Extend device simulation. Now makes it all the way through initialization without error. wireless/bluetooth: Add support for IOCTL commangs to get BR/EDR and LE features.
2018-04-06 16:22:49 -06:00
Gregory Nutt
ea84215059
drivers/bluetooth: Extend NULL driver to support a little more testing.
2018-04-06 14:07:03 -06:00
Gregory Nutt
48dd0f3825
wireless/bluetooth: Fix some confusion in initialization of message queues.
2018-04-03 17:23:54 -06:00
Gregory Nutt
265b5d7dc6
wireless/bluetooth: A few trivial fixes from initial testing with the simulator. The simulated Bluetooth device is probably going to be in adequate for any level of testing.
2018-04-03 16:28:22 -06:00
Gregory Nutt
0142a5ad13
arch/sim/src: Variable fixes to get a Bluetooth simulation build.
2018-04-03 10:00:56 -06:00
Gregory Nutt
15d033e32b
drivers/wireless/bluetooth: Add a NULL device to support some very low level testing on the Simulator.
2018-04-03 09:00:18 -06:00