Highlights
- 1 discussion answered
Block or Report
Block or report xiaoxiang781216
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
incubator-nuttx-testing Public
Forked from apache/incubator-nuttx-testing
Apache NuttX RTOS Testing
Shell
3,624 contributions in the last year
Activity overview
Contributed to
apache/incubator-nuttx,
apache/incubator-nuttx-apps,
lvgl/lvgl
and 114 other
repositories
Contribution activity
May 2022
Created 79 commits in 3 repositories
Created 39 repositories
- xiaoxiang781216/fast_float C++
- xiaoxiang781216/fastmod C++
- xiaoxiang781216/simdjson C++
- xiaoxiang781216/armnn C++
- xiaoxiang781216/astc-encoder C
- xiaoxiang781216/optimized-routines C
- xiaoxiang781216/perf-libs-tools C
- xiaoxiang781216/fish-shell C++
- xiaoxiang781216/vega C
- xiaoxiang781216/udynlink C
- xiaoxiang781216/collectd C
- xiaoxiang781216/devtools C++
- xiaoxiang781216/FlashDB C
- xiaoxiang781216/memset_benchmark Assembly
- xiaoxiang781216/gdb-frontend JavaScript
- xiaoxiang781216/mjson C
- xiaoxiang781216/memfault-firmware-sdk C
- xiaoxiang781216/i2cdevlib C++
- xiaoxiang781216/labgrid Python
- xiaoxiang781216/LIEF C++
- xiaoxiang781216/PyCortexMDebug Python
- xiaoxiang781216/include-what-you-use C++
- xiaoxiang781216/cifra C
- xiaoxiang781216/embox C
- xiaoxiang781216/heatshrink C
- xiaoxiang781216/libfixmath C
- xiaoxiang781216/wic C
- xiaoxiang781216/alsa-lib C
- xiaoxiang781216/anchor C
- xiaoxiang781216/libopencm3 C
- xiaoxiang781216/itm Rust
- xiaoxiang781216/linker-map-summary Python
- xiaoxiang781216/tflite-micro C++
- xiaoxiang781216/embedded-graphics Rust
- xiaoxiang781216/gdb-dashboard Python
- xiaoxiang781216/MapViewer C#
- xiaoxiang781216/lcov Perl
- xiaoxiang781216/ucunit C
- xiaoxiang781216/retdec C++
14
repositories not shown
Created a pull request in apache/incubator-nuttx that received 13 comments
tools/nxstyle: Add the suffix white list
Summary Found by #6226 Impact Minor Testing Need merge with apache/incubator-nuttx-apps#1164
+30
−3
•
13
comments
Opened 44 other pull requests in 3 repositories
apache/incubator-nuttx
31
merged
1
open
1
closed
- Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE
- Refine the implementation of TLS
- sched/pthread: Should call up_exit in pthread_exit
- sched: Move the call of pthread_mutex_inconsistent to nxtask_recover
- arch/sparc: Remove FILE dump code from _up_dumponexit
- net/tcp: Zero keeptimer in case caller set keepalive to false
- sched/wqueue: Add work_timeleft macro to get the left time to start
- net/tcp: Use the decrease timer in TCP_TIME_WAIT/TCP_FIN_WAIT_2
- pthread/spinlock: Call up_testsest directly in the flat build
- timers/watchdog: Ensure it's the idle domain before keepalive
- arch/i2c: Change xxx_i2c_tousecs to xxx_i2c_toticks
- Move "-nostartfiles -nodefaultlibs" from Make.defs to Toolchian.defs
- boards/arm: Remove "LDFLAGS += -g" whichi is already added by Toolchain.defs
- arm/efm32: Fix typo error: CONFIG_EFM32_I2C_DYNTIMEOUT to CONFIG_EFM32_I2C_DYNTIMEO
- board/sim: Enable hellocxx in loadable config
- sched: Replace pthread_sem_take with nxsem_wait_uninterruptible
- Remove the unused make file variables
- arch/riscv: Remove & ~1 before assign signal_handler to REG_EPC
- arch: Remove board/libboard$(LIBEXT) from the rerequest of export_startup
- Optimize the up_mdelay usage
- drivers/sdio: Call SDIO_LOCK before and after the transaction
- libs: Move aeabi_atexit from libxx/ to libc/machine/arm/
- Fix ci warning
- arch/arm: Fix target 'arm_fpuconfig.o' given more than once in the same rule
- Replace all sem_wait with nxsem_wait
- Some pull requests not shown.
lvgl/lvgl
5
merged
1
closed
Reviewed 139 pull requests in 4 repositories
apache/incubator-nuttx
25 pull requests
- Video: various updates
- Refine the implementation of TLS
- drivers: video: add ISX019 camera driver
- Some cleanup for risc-v
- arm/tlsr82: ble performance optimize and problems solve.
- use rmutex inside of all repeated implementation
- Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE
- tcp: move wd_timer from wifi driver to tcp stack
- esp32*: Disable CONFIG_RAW_BINARY and make Config.mk update nuttx.manifest for nuttx.bin
- arch: imx6: add support kernel build and smp
- sched: Move the call of pthread_mutex_inconsistent to nxtask_recover
- drivers/mtd/smart.c: Modify devname[] size to avoid overflow
- arch: inline up_interrupt_context()
- mpfs/knsh: Add C++ support
- xtensa/esp32s3: Add basic support to SPI
- esp32: Add an example config for wamr and littlefs
- Fix stm32 pwm HAVE_ADVTIM
- libc: Implement userland implementations of exit functions
- ESP32/ESP32-C3: Fix leak of semaphores created by Wi-Fi kernel thread
- mutex/recursive: minor style fix
- SSD1306: Added option to force reconfigure display after power off
- LCD / SSD1306 added (re)configure IOCTL
- include:add recursive lock
- xtensa: coproc: modify coproc_save/restore to macro
- build: Fix dependencies of kernel targets.
- Some pull request reviews not shown.
apache/incubator-nuttx-apps
13 pull requests
- netutils/dhcpc: Change the timeout unit to milliseconds
- testing/ostest: Replace up_tls_info with tls_get_info
- interpreters/wamr/Kconfig: enable text heap when necessary
- webclient: implement basic proxy
- interpreters/wamr/Kconfig: Add an option to enable wasi libc
- pmconfig: add last state and modify current state to next state
- ostest:priority_inheritance Added priority restoration test
- interpreters/wamr/Kconfig: Add INTERPRETERS_WAMR_PERF_PROFILING
- libuv: Don't add idna.c to CSRCS if test enabled
- Restore -fno-builtin for SYMTABOBJ
- system/trace: correct arg index if command is alreay set
- examples/nrf24l01: Replace the hardcode value with enum const
- apps/nshlib: fix run break
OpenAMP/open-amp
4 pull requests
Created an issue in OpenAMP/open-amp that received 5 comments
what's plan to support the service/driver at the virtio level?
In Linux kernel, we can: Write various virtio drivers(e.g. virtio-blk, virtio-net...) Write various rpmsg drivers(e.g. rpmsg-char, rpmsg-tty...) B…
5
comments

