Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jacqueline b7f37f6426 Add a generic lua function binding, alongside properties 1 year ago
.reuse Fix missing licenses 1 year ago
LICENSES Fix missing licenses 1 year ago
lib Add two-way databinding for lua, and flesh out the lua statusbar 1 year ago
lua lua statusbar styling tweaks 1 year ago
src Add a generic lua function binding, alongside properties 1 year ago
test Annote E V E R Y T H I N G with license info 2 years ago
tools Add two-way databinding for lua, and flesh out the lua statusbar 1 year ago
.clang-format Annote E V E R Y T H I N G with license info 2 years ago
.env hack: "fix" the .env loading by just using `pwd` instead of dirname $_ etc 2 years ago
.env.fish fish :) 2 years ago
.gitignore ignore generated lua docs 1 year ago
.gitmodules convert lvgl from submodule to a plain old directory 2 years ago
.luarc.json Set up ldoc and lua-language-server, write some module stubs 1 year ago
BUILDING.md improve on clangd setup instructions 2 years ago
CMakeLists.txt Convert the main menu screen to lua lol 1 year ago
README.md Updates "Contributing" with a come-back-later-please notice. 2 years ago
config.ld Set up ldoc and lua-language-server, write some module stubs 1 year ago
dependencies.lock Implement incremental updates of database indexes 2 years ago
partitions.csv Convert the main menu screen to lua lol 1 year ago
sdkconfig.common Flag off a few unused features 1 year ago

README.md

Tangara

Tangara is an open-hardware portable music player. It runs on an ESP32, fits in your pocket, and has a battery that lasts all day.

Source Repositories

tangara-fw: The ESP32 firmware, comprising the bulk of Tangara's functionality. This is probably the repo that you're most interested in!

tangara-hw: Sources for the entire physical device. Includes both the case/enclosure, and the PCBs.

tangara-samd-fw: Firmware for the SAMD21 co-processor that manages USB connectivity, charging, and power management of the ESP32.

Contributing

We're still working on getting stuff together; please check back soon!