OpenRTX/platform/targets/ttwrplus
Silvano Seva 1791e70eef Using newlib-specific sniprintf in place of snprintf
Using the newlib's printing functions without floating point support in order
to reduce the overall binary size. This allows to free up around 15kB of space
in the .text section.
2024-02-06 19:19:44 +01:00
..
support Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
CMakeLists.txt Renamed UI_NO_KEYBOARD macro to CONFIG_UI_NO_KEYBOARD 2024-02-01 11:07:20 +01:00
Kconfig.board Update T-TWR devicetree 2023-09-20 21:08:35 +02:00
Kconfig.defconfig Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
Kconfig.sysbuild Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
board.cmake Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
hwconfig.h Added CONFIG_M17 macro to enable M17 support on each target 2024-02-01 11:07:20 +01:00
platform.c ttwrplus: implemented the platform_pwrButtonStatus() function. 2023-09-20 21:16:43 +02:00
pmu.cpp ttwrplus: Add emergency shutdown 2023-10-17 09:54:13 +02:00
pmu.h ttwrplus: implemented the platform_pwrButtonStatus() function. 2023-09-20 21:16:43 +02:00
ttwrplus.dts Added list of NVM areas to ttwrplus target 2023-12-03 19:00:55 +01:00
ttwrplus.yaml Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
ttwrplus_defconfig Using newlib-specific sniprintf in place of snprintf 2024-02-06 19:19:44 +01:00