You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
4.6 KiB
Plaintext
84 lines
4.6 KiB
Plaintext
../scripts/push.gdb:5: Error in sourced command file:
|
|
/dev/BmpGdb: No such file or directory.
|
|
quit
|
|
../scripts/push.gdb:6: Error in sourced command file:
|
|
Attaching to Remote target failed
|
|
quit
|
|
0x0001104c in slider_init () at ../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c:412
|
|
412 lv_style_set_pad_left(&styles->slider_knob, LV_STATE_DEFAULT, LV_DPX(7));
|
|
### Assembly ###################################################################
|
|
0x00011042 slider_init+70 str r0, [r3, #4]
|
|
0x00011044 slider_init+72 bx lr
|
|
0x00011046 slider_init+74 nop
|
|
0x00011048 slider_init+76 strh r0, [r6, #42] ; 0x2a
|
|
0x0001104a slider_init+78 movs r0, #0
|
|
0x0001104c slider_init+80 ldr r3, [pc, #16] ; (0x11060 <slider_init+100>)
|
|
0x0001104e slider_init+82 mov.w r1, #1
|
|
0x00011052 slider_init+86 strb r1, [r3, #0]
|
|
0x00011054 slider_init+88 ldrb r2, [r3, #0]
|
|
0x00011056 slider_init+90 cmp r2, #0
|
|
### Breakpoints ################################################################
|
|
### Expressions ################################################################
|
|
### History ####################################################################
|
|
### Memory #####################################################################
|
|
### Registers ##################################################################
|
|
r0 0x00000fa0 r8 0x2000c67c xpsr 0x61000000
|
|
r1 0x00000001 r9 0x00011fb1 msp 0x2001c7b8
|
|
r2 0x00000001 r10 0xfffdfdff psp 0xfdff677c
|
|
r3 0x0001104d r11 0xfb9ff7bf primask 0x00
|
|
r4 0x00000fa0 r12 0x200085b4 basepri 0x00
|
|
r5 0x00011065 sp 0x2001c7b8 faultmask 0x00
|
|
r6 0x00000000 lr 0x0001106d control 0x00
|
|
r7 0x20008590 pc 0x0001104c
|
|
### Source #####################################################################
|
|
402 }
|
|
403
|
|
404 static void slider_init(void)
|
|
405 {
|
|
406 #if LV_USE_SLIDER != 0
|
|
407 style_init_reset(&styles->slider_knob);
|
|
408 lv_style_set_bg_opa(&styles->slider_knob, LV_STATE_DEFAULT, LV_OPA_COVER);
|
|
409 lv_style_set_bg_color(&styles->slider_knob, LV_STATE_DEFAULT, IS_LIGHT ? theme.color_primary : LV_COLOR_WHITE);
|
|
410 lv_style_set_value_color(&styles->slider_knob, LV_STATE_DEFAULT, IS_LIGHT ? lv_color_hex(0x31404f) : LV_COLOR_WHITE);
|
|
411 lv_style_set_radius(&styles->slider_knob, LV_STATE_DEFAULT, LV_RADIUS_CIRCLE);
|
|
412 lv_style_set_pad_left(&styles->slider_knob, LV_STATE_DEFAULT, LV_DPX(7));
|
|
413 lv_style_set_pad_right(&styles->slider_knob, LV_STATE_DEFAULT, LV_DPX(7));
|
|
414 lv_style_set_pad_top(&styles->slider_knob, LV_STATE_DEFAULT, LV_DPX(7));
|
|
415 lv_style_set_pad_bottom(&styles->slider_knob, LV_STATE_DEFAULT, LV_DPX(7));
|
|
416
|
|
417 style_init_reset(&styles->slider_bg);
|
|
418 lv_style_set_margin_left(&styles->slider_bg, LV_STATE_DEFAULT, LV_DPX(10));
|
|
419 lv_style_set_margin_right(&styles->slider_bg, LV_STATE_DEFAULT, LV_DPX(10));
|
|
420 lv_style_set_margin_top(&styles->slider_bg, LV_STATE_DEFAULT, LV_DPX(10));
|
|
421 lv_style_set_margin_bottom(&styles->slider_bg, LV_STATE_DEFAULT, LV_DPX(10));
|
|
### Stack ######################################################################
|
|
[0] from 0x0001104c in slider_init+80 at ../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c:412
|
|
[1] from 0xffff7ffe
|
|
### Threads ####################################################################
|
|
[1] id 0 from 0x0001104c in slider_init+80 at ../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c:412
|
|
### Variables ##################################################################
|
|
################################################################################
|
|
Breakpoint 1 at 0x9ec: file ../main.c, line 6.
|
|
Note: automatically using hardware breakpoints for read-only addresses.
|
|
../scripts/push.gdb:8: Error in sourced command file:
|
|
Error erasing flash with vFlashErase packet
|
|
quit
|
|
EOF [assumed Y]
|
|
Detaching from program: /storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_e54_edition/build/oracle-e54.elf, Remote target
|
|
[Inferior 1 (Remote target) detached]
|
|
0x000137ea in tabview_init () at ../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c:810
|
|
810 style_init_reset(&styles->tabview_indic);
|
|
tabview_init () at ../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c:810
|
|
810 style_init_reset(&styles->tabview_indic);
|
|
../scripts/push.gdb:6: Error in sourced command file:
|
|
Attaching to Remote target failed
|
|
Quit
|
|
Quit
|
|
Quit
|
|
Quit
|
|
Quit
|
|
quit
|
|
../scripts/push.gdb:6: Error in sourced command file:
|
|
Attaching to Remote target failed
|
|
quit
|