You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few things I'd like to add/change in the firmware:
remove/disable the not really useful Bluetooth code. This is due to the fact that the bouffalo SDK does not properly support classic Bluetooth and very few Bluetooth hid devices support pure BLE
move core specific code from menu.c into separate files
remove core specific core entirely. Instead have all core specifics (menu, variables, storage types...) in a separate config file which is either read from the core or from sd card. This will eventually allow to add new cores without recompiling the firmware.
add wifi/tcp/telnet support. This could be mapped onto a serial port on core side and would allow cores to dial into BBS's which today often use the same approach to expose a dial up like connection via the internet
The text was updated successfully, but these errors were encountered:
There are a few things I'd like to add/change in the firmware:
remove/disable the not really useful Bluetooth code. This is due to the fact that the bouffalo SDK does not properly support classic Bluetooth and very few Bluetooth hid devices support pure BLE
move core specific code from menu.c into separate files
remove core specific core entirely. Instead have all core specifics (menu, variables, storage types...) in a separate config file which is either read from the core or from sd card. This will eventually allow to add new cores without recompiling the firmware.
add wifi/tcp/telnet support. This could be mapped onto a serial port on core side and would allow cores to dial into BBS's which today often use the same approach to expose a dial up like connection via the internet
The text was updated successfully, but these errors were encountered: