nuttx/boards/arm/stm32/stm3220g-eval/src
Xiang Xiao 30a01ab551 Fix Error: board/stm32_selectsram.c:163:13: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
FSMC_BTR_ADDHLD(SRAM_ADDRESS_HOLD_TIME) |
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/stm32_fsmc.h:164:42: note: expanded from macro 'FSMC_BTR_ADDHLD'
                                         ^
/github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:135:54: note: expanded from macro 'putreg32'
                                                     ^
Error: board/stm32_selectsram.c:166:13: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
            FSMC_BTR_CLKDIV(SRAM_CLK_DIVISION) |
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/stm32_fsmc.h:176:42: note: expanded from macro 'FSMC_BTR_CLKDIV'
                                         ^
/github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:135:54: note: expanded from macro 'putreg32'
                                                     ^
Error: board/stm32_selectsram.c:167:13: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
            FSMC_BTR_DATLAT(SRAM_DATA_LATENCY) |
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/stm32_fsmc.h:180:42: note: expanded from macro 'FSMC_BTR_DATLAT'
                                         ^
/github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:135:54: note: expanded from macro 'putreg32'

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-11-21 17:39:04 +08:00
..
Make.defs
stm32_adc.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_appinit.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_autoleds.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_boot.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_buttons.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_can.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_deselectlcd.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_deselectsram.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_extmem.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_lcd.c Add lcd_dev_s pointer to lcd_planeinfo_s 2022-06-21 21:33:23 +08:00
stm32_pwm.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm32_selectlcd.c Fix clang compiler warning in boards/arm/stm32/ 2022-10-30 16:03:35 +01:00
stm32_selectsram.c Fix Error: board/stm32_selectsram.c:163:13: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value] 2022-11-21 17:39:04 +08:00
stm32_spi.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_stmpe811.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_usb.c Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
stm32_userleds.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
stm3220g-eval.h