mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-22 16:20:54 +00:00
use config subdir to reduce clutter
This commit is contained in:
parent
ac0832d058
commit
6485f95a9a
2
TODO.txt
2
TODO.txt
@ -4,7 +4,6 @@ Last milestone reached: BTdaemon automatically started by launchd on Mac and iPh
|
||||
|
||||
NEXT:
|
||||
- create a SpringBoardAccess MobileSubstrate Extension
|
||||
- put MobileSubstrate header and lib into 3rdparty folder
|
||||
- in SpringBoard hook, start datagram Unix domain or mach port server
|
||||
- control Status bar icons
|
||||
- show alerts/messages, e.g. Bluetooth disconnected by remote device
|
||||
@ -13,6 +12,7 @@ NEXT:
|
||||
- create script to build APT package
|
||||
- create pgp key and sign APT package
|
||||
- provide test version at http://btstack.ringwald.ch
|
||||
- clean up debug output: seperate messages from errors
|
||||
- decide on error reporting
|
||||
- command_status_event with custom errors
|
||||
- hci open failed
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(BTstack, 0.1)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_INIT_AUTOMAKE(BTstack,0.1)
|
||||
|
||||
AC_ARG_WITH(hci-transport, [AS_HELP_STRING([--with-hci-transport=transportType], [Specify BT type to use: h4, usb (not supported yet])], HCI_TRANSPORT=$withval, HCI_TRANSPORT="h4")
|
||||
|
Loading…
x
Reference in New Issue
Block a user