Brennan Ashton
ca367a259b
CI: Add logic for determining which branches of OS App and Testing repos should be used
2020-04-23 17:04:29 -06:00
Xiang Xiao
ac880be495
build.yaml: Change arm-11 to arm-12
...
since arm-12 finish more quickly than arm-11
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-04-23 17:04:29 -06:00
Xiang Xiao
60ec2b408c
build.yml: Remove the tail space
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-04-23 17:04:29 -06:00
Brennan Ashton
a1f1c53856
Add retry to pull docker image
...
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-04-23 17:04:29 -06:00
liuhaitao
0b8fe43a69
CI: refine checkpatch commits in check.yml
...
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-23 17:04:29 -06:00
Ouss4
cb16dfbc30
Update release notes in preparation for the 9.0.0 release.
2020-04-19 20:02:46 -06:00
Gregory Nutt
4817a71d40
TODO: Remove simulator SMP bug
...
My understanding is the Xiao Xiang has corrected this problem so it should no longer be carried as a bug
2020-04-19 20:02:46 -06:00
Ouss4
8d3f953a31
tools/: Update version generation tools to account for the patch number.
2020-04-19 20:02:46 -06:00
Xiang Xiao
666d1d612f
Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-04-19 20:02:46 -06:00
Nathan Hartman
db52820e7c
kinetis: Fix typos
...
arch/arm/include/kinetis/kinetis_pmc.h:
* Fix several typos in comments.
* Rewrap some comment lines.
* Fix define KINETIS_PMC_VERSION_UKN: Put -1 in
parenthesis for safety.
* Fix nxstyle complaint regarding long line.
2020-04-18 09:09:56 -06:00
YAMAMOTO Takashi
8b4cfbbd85
doc: Update a few wiki references
...
It's my best guess because the old wiki URLs don't work anymore.
2020-04-18 09:09:40 -06:00
YAMAMOTO Takashi
028e03c99c
doc: Fix semaphore related function names
2020-04-18 09:09:12 -06:00
liuhaitao
e4d5363935
Fix sixlowpan_framer.c build warnings under macos
...
sixlowpan/sixlowpan_framer.c:104:20: warning: unused function 'sixlowpan_saddrnull'
[-Wunused-function]
static inline bool sixlowpan_saddrnull(FAR const uint8_t *saddr)
^
sixlowpan/sixlowpan_framer.c:124:20: warning: unused function 'sixlowpan_eaddrnull'
[-Wunused-function]
static inline bool sixlowpan_eaddrnull(FAR const uint8_t *eaddr)
^
2 warnings generated.
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-17 19:45:59 -03:00
liuhaitao
a5540fdfb6
Fix sixlowpan_utils.c nxstyle complaints
...
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-17 19:45:59 -03:00
liuhaitao
c269a6e7ad
Fix sixlowpan build break with -Werror option under macos
...
sixlowpan/sixlowpan_utils.c:535:20: error: unused function 'sixlowpan_issaddrbased' [-Werror,-Wunused-function]
static inline bool sixlowpan_issaddrbased(const net_ipv6addr_t ipaddr,
^
sixlowpan/sixlowpan_utils.c:543:20: error: unused function 'sixlowpan_iseaddrbased' [-Werror,-Wunused-function]
static inline bool sixlowpan_iseaddrbased(const net_ipv6addr_t ipaddr,
^
2 errors generated.
make[1]: *** [sixlowpan_utils.o] Error 1
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-17 19:45:59 -03:00
Nathan Hartman
3c829226f9
Fix typos and nxstyle complaints.
...
arch/x86_64/src/intel64/intel64_tickless.c:
boards/x86_64/intel64/qemu-intel64/src/qemu_freq.c:
drivers/modem/altair/altmdm.c:
* Fix typos and nxstyle complaints.
2020-04-15 17:04:58 +01:00
zhongan
b4a50a9192
fix nxstyle warning.
...
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-04-15 12:30:50 -03:00
zhongan
4ff0edce25
arch/sim: add implemntation of 'host_sleep'.
...
Change-Id: Ib82343565ca9541499dec52c753c3f15923f7d1c
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-04-15 12:30:50 -03:00
zhongan
a41c5e01e1
arch/sim: add header to remove warning when build with 'CONFIG_SYSLOG_RPMSG_SERVER'.
...
Change-Id: I58ebe25434aaebce3812abb52caf3c670118cb66
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-04-15 12:30:50 -03:00
zhongan
987472d3bb
syslog/rpmsg: remove unused local variable 'g_syslog_rpmsg_channel' which would cause build break.
...
Change-Id: Ie02ef9202ec2a9ecade62c47e4f8956adb96673f
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-04-15 12:30:50 -03:00
zhongan
ab566de77a
syslog/rpmsg: fix the naming conflict of function 'syslog_rpmsg_putc'.
...
Change-Id: I3f89bfed71edb85bc3006446c1f9141e95202b5c
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-04-15 12:30:50 -03:00
Gregory Nutt
6548b41cab
drivers/usbdev/usbmsc.c: Run nxstyle; fix complaints.
2020-04-15 12:30:08 -03:00
Juha Niskanen
c2ecdaecf7
drivers/usbdev/usbmsc.c: Fix build error with DEBUGASSERT
2020-04-15 12:30:08 -03:00
zhongan
648a76b3c1
risc-v: add pm initialization functions.
...
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-04-15 10:07:30 -03:00
YAMAMOTO Takashi
ac18fc0216
Merge pull request #792 from liuguo09/testbuild
...
tools/testbuild.sh: update makefunc to hardcode make/extra flags opti…
2020-04-15 15:50:06 +09:00
YAMAMOTO Takashi
9d064cb58b
Rename workflows to match build.yml
2020-04-15 14:43:36 +08:00
YAMAMOTO Takashi
f3f4b20538
Sync with testing repo
...
Namely the following change:
commit 2b69b0b2bb78ad50e9051ed07d096930a4f0918a
Author: YAMAMOTO Takashi <yamamoto@midokura.com>
Date: Tue Apr 14 14:54:13 2020 +0900
CI: Make job descriptions less redundant
From:
PR Check CI (build) / build-linux (arm-02) (pull_request)
To:
Build / Linux (arm-02) (pull_request)
2020-04-15 14:43:36 +08:00
Nakamura, Yuuichi
d9472bb625
Fix nxstyle to mksyscall.c
2020-04-15 14:43:05 +08:00
Nakamura, Yuuichi
bdf871a214
Fix syscall number definition
2020-04-15 13:10:27 +08:00
liuhaitao
ed7d1dc611
tools/testbuild.sh: update makefunc to hardcode make/extra flags options and redirection
...
Aim to let makefunc caller just pass in the target. So update makefunc to hardcode make/extra
flags options and redirection, meanwhile avoid the case in which makefunc would remove the quotes
for EXTRAFLAGS. Note that JOPTIONS should also hardcode once parallel build break finally fixed.
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-15 11:10:55 +08:00
Nathan Hartman
9b86305ad3
Fix copy/paste typo in various Kconfigs
2020-04-14 22:42:21 +01:00
Xiang Xiao
11705ffc71
Fix nxstyle issue
2020-04-14 13:02:00 -06:00
zhongan
0d3691a460
Add fpu support.
2020-04-14 13:01:47 -06:00
zhongan
957c14d95e
Add initialization for idle task.
2020-04-14 13:01:34 -06:00
zhongan
38b4933e88
Change --start-group and '--end-group' as args.
2020-04-14 13:01:20 -06:00
zhongan
7262af219f
rv32im/Toolchain.defs: when 'CONFIG_ARCH_FPU' enabled, add 'f' to match and mabi.
2020-04-14 13:01:08 -06:00
zhongan
bf21c1b947
Risc-v: Fix the not supported options in the latest 'RISCV_TOOLCHAIN' in rv32im's Toolchain.defs.
2020-04-14 13:00:53 -06:00
Juha Niskanen
88971a15a5
arch/arm/src/stm32f7/stm32_flash.c: Fix return value of stm32_flash_lock
2020-04-14 17:34:45 +01:00
Gregory Nutt
61f6fa769a
nxstyle fixes for previous commit.
2020-04-14 17:19:11 +01:00
Juha Niskanen
552ca28d22
arch/arm/src/stm32l4/stm32l4_1wire.c: fix build error, fix typo
2020-04-14 17:19:11 +01:00
Juha Niskanen
e1138e35e0
arch/arm/src/stm32l4/stm32l4_spi.c: add missing ret declaration
2020-04-14 16:32:10 +01:00
Alin Jerpelea
222a3b9fe8
arch: arm: cxd56xx: nxstyle fixes
...
nxstyle fixes for cxd56xx
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2020-04-14 13:20:21 +01:00
Masayuki Ishikawa
6725a29b60
drivers: wireless: Add support for UDP connect in gs2200m.c
...
NOTE: gs2200m_main.c needs to be updated as well
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-04-14 13:07:17 +02:00
Alin Jerpelea
dd2f3deaaf
arch: arm: cxd56xx: nxstyle fixes
...
nxstyle fixes for cxd56 arch
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2020-04-14 17:31:18 +08:00
Xiang Xiao
df57cacd61
nuttx: Fix the nightly build warning again
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-04-14 11:22:22 +02:00
YAMAMOTO Takashi
e80fe4ba3d
CI: build arm-11 instead of arm-13 for macOS
...
Sync with https://github.com/apache/incubator-nuttx-apps/pull/173
2020-04-14 16:59:20 +08:00
YAMAMOTO Takashi
b855ec2e3d
Merge pull request #781 from liuguo09/testbuild
...
esp32: Remove the unecessary PREPROCESS call to fix build warning
2020-04-14 17:33:27 +09:00
liuhaitao
4c7274c2a4
esp32: Remove the unecessary PREPROCESS call to fix build warning
...
xtensa-esp32-elf-gcc: warning: /home/jenkins/jenkins-slave/workspace/NuttX-Nightly-Build/nuttx/boards/xtensa/esp32/esp32-core/scripts/esp32.template: linker input file unused because linking not done.
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-14 15:20:52 +08:00
liuhaitao
032a04f4d6
checkpatch: Update checkpatch readme and remove addition blank line
...
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-04-14 12:31:48 +08:00
Gregory Nutt
d893d78d90
Fix typo.
...
Fix a typo noted in the comments to PR 777
2020-04-13 19:03:22 +01:00