File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11CompileFlags :
2+ Add :
3+ - -Wno-unknown-warning-option
24 Remove :
35 - -fno-shrink-wrap
46 - -fstrict-volatile-bitfields
57 - -fno-tree-switch-conversion
6- - -march=rv32imafc_zicsr_zifencei_xesppie
8+ - -march=rv32imafc_zicsr_zifencei_xesppie
9+ - -fanalyzer
10+ - -fno-analyzer
11+ - -fzero-init-padding-bits=all
12+ - -fno-malloc-dce
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ shell.nix
1717sdkconfig *
1818.submodules_update_done
1919badgelink
20+ compile_commands.json
Original file line number Diff line number Diff line change 33 " -Wunknown-warning-option"
44 ],
55 "clangd.arguments" : [
6- " --query-driver=/**/riscv32-esp-elf/bin/riscv32-esp-elf-gcc"
7- ]
6+ " --query-driver=/**/riscv32-esp-elf/bin/riscv32-esp-elf-g*"
7+ ],
8+ "clangd.path" : " /usr/bin/clangd" ,
9+ "clangd.useScriptAsExecutable" : false
810}
Original file line number Diff line number Diff line change 11#include <stdio.h>
22#include "bsp/device.h"
33#include "bsp/display.h"
4- #include "bsp/input.h"
54#include "bsp/led.h"
65#include "bsp/power.h"
76#include "driver/gpio.h"
8- #include "esp_lcd_panel_ops.h"
9- #include "esp_lcd_types.h"
107#include "esp_log.h"
118#include "freertos/FreeRTOS.h"
129#include "freertos/event_groups.h"
You can’t perform that action at this time.
0 commit comments