nuttx/boards/arm/phy62xx/phy6222/src
chao an 09cc29af4d arch/armv6-m: fix compile error on LLVM clang
armv6-m/arm_exception.S:139:2: error: invalid instruction, any one of the following would fix this:
 sub r1, #(4 * (10))
 ^
armv6-m/arm_exception.S:139:2: note: instruction requires: thumb2
 sub r1, #(4 * (10))
 ^
armv6-m/arm_exception.S:139:10: note: invalid operand for instruction
 sub r1, #(4 * (10))
         ^
armv6-m/arm_exception.S:139:2: note: no flag-preserving variant of this instruction available
 sub r1, #(4 * (10))
 ^
armv6-m/arm_exception.S:139:10: note: operand must be a register in range [r0, r7]
 sub r1, #(4 * (10))
         ^
-----------------------------------------

bringup.c:125:18: warning: variable 'ret' is uninitialized when used here [-Wuninitialized]
          return ret;
                 ^~~
bringup.c:73:10: note: initialize the variable 'ret' to silence this warning
  int ret;
         ^
          = 0

Signed-off-by: chao an <anchao@xiaomi.com>
2022-10-25 00:52:00 +08:00
..
appinit.c
boot.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
bringup.c arch/armv6-m: fix compile error on LLVM clang 2022-10-25 00:52:00 +08:00
buttons.c arch/arm: Remove FAR and CODE from board folder(1) 2022-05-03 16:50:52 +03:00
Makefile boards/arm: Remove "LDFLAGS += -g" whichi is already added by Toolchain.defs 2022-05-16 11:17:08 +03:00
phy6222.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
reset.c add phyplus_rel_1.4 2022-02-15 10:21:10 +08:00
userleds.c