index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Collapse
)
Author
2024-07-19
Adds sdkconfig.local (intentionally not tracked in .git) for local overrides.
Robin Howard
Here's what I have in mine, for example: ``` CONFIG_LOG_DEFAULT_LEVEL_WARN=n CONFIG_LOG_DEFAULT_LEVEL_INFO=y CONFIG_LOG_DEFAULT_LEVEL=3 ```
2024-05-03
Add the collation partition to the build
jacqueline
Includes a small linux-only bash script to generate locale partitions
2024-01-10
add accurate esp and samd versions + expose this info to lua
jacqueline
2023-12-13
add a cool lua repl
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
2023-10-26
Add a target that yells at you if your sdkconfig is out of date
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-04-17
rename
jacqueline
2023-01-21
build fixes for new compiler version and standard
jacqueline
2022-12-02
fix build errors
jacqueline
2022-11-17
Basic libmad build
jacqueline
2022-11-09
Fix up sdkconfig diffs
jacqueline
2022-11-08
Working test runner!!!
jacqueline
2022-11-07
Add a unit test app + example tests
jacqueline
2022-11-07
enable MORE warnings
jacqueline
2022-11-07
Split driver-y things into a separate component
jacqueline
2022-11-07
Set extra compile flags properly
jacqueline
2022-10-17
cmake changes for including lvgl
jacqueline
2022-10-11
add a cool result library
jacqueline
2022-10-04
SPI and SD card initialisation
jacqueline
2022-09-30
Add esp-adf to build
jacqueline
2022-09-19
Switch to a modernish C++ and cmake, add i2c stuff
jacqueline
2022-09-19
Project scaffold
jacqueline