Skip to content

Commit

Permalink
Merge pull request #17 from toniebox-reverse-engineering/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
SciLor authored Mar 17, 2021
2 parents ea27e03 + 235754d commit 75d9b2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Hackiebox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void Hackiebox::setup() {
inDelayTask = true;
logStreamMulti.setSlot(&logStreamSd, 0);
logStreamMulti.setSlot(&logStreamSse, 1);
Log.init(LOG_LEVEL_VERBOSE, 115200, &logStreamMulti);
Log.init(LOG_LEVEL_VERBOSE, 921600, &logStreamMulti);
Log.info("Booting Hackiebox...");
Box.boxPower.feedSleepTimer();

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# hackiebox_cfw
Custom firmware for the Toniebox WIP

**This firmware is dropped for favour of the new [HackieboxNG Custom Firmware project](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng)**

***

## State of development
The custom bootloader is fully functional. The hackiebox custom firmware itself isn't ready as daily driver yet.
### Implemented features:
Expand All @@ -18,8 +22,8 @@ The custom bootloader is fully functional. The hackiebox custom firmware itself
- MP3 decoding (or other formats)
- Remote WiFi speaker (chromecast or similar)
- Custom (sd) bootloader that allows context sensitive firmware image switching for more complex features that don't fit into a single image
- Bootloader: Allow dynamic target address to allow direct starting of the OFW.
- Bootloader: Dynamic patching of loaded firmwares by an addtitional file.
- [Bootloader: Allow dynamic target address to allow direct starting of the OFW.](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng)
- [Bootloader: Dynamic patching of loaded firmwares by an addtitional file.](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng)
- [Overcome limited include path of Energia](https://github.com/toniebox-reverse-engineering/hackiebox_cfw/issues/11)
- [Set up buildchain without Energia / micropython dependencies](https://github.com/toniebox-reverse-engineering/hackiebox_cfw/issues/13)
### Known bugs
Expand Down

0 comments on commit 75d9b2e

Please sign in to comment.