commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
(nuttx) 04/04: arch/intel64: don't clear the oneshot handler from the HPET ISR
xiaoxiang
(nuttx) 03/04: arch/intel64: keep the HPET ISR attached when the timer is stopped
xiaoxiang
(nuttx) branch master updated (dc4c846d329 -> 167dc728392)
xiaoxiang
(nuttx-website) branch asf-site updated: Publishing web: f0482e9c189ff02e151b650878e44a5e0108a468 docs: dc4c846d329ba0d9d7bb1bb8aa13f959654ed31a
github-bot
[PR] boards/esp32s3-xiao: wire up Wi-Fi, guarding PM light sleep during ra… [nuttx]
via GitHub
Re: [PR] boards/esp32s3-xiao: wire up Wi-Fi, guarding PM light sleep during ra… [nuttx]
via GitHub
Re: [PR] boards/esp32s3-xiao: wire up Wi-Fi, guarding PM light sleep during ra… [nuttx]
via GitHub
Re: [PR] boards/esp32s3-xiao: wire up Wi-Fi, guarding PM light sleep during ra… [nuttx]
via GitHub
[PR] Nuttx qemu pr serial [nuttx]
via GitHub
Re: [PR] drivers/serial: qemu serial driver fixes for SMP intel64 [nuttx]
via GitHub
Re: [PR] drivers/serial: qemu serial driver fixes for SMP intel64 [nuttx]
via GitHub
Re: [PR] drivers/serial: qemu serial driver fixes for SMP intel64 [nuttx]
via GitHub
Re: [PR] drivers/serial: qemu serial driver fixes for SMP intel64 [nuttx]
via GitHub
[PR] Documentation/applications/system/nxinit: document the "console" option [nuttx]
via GitHub
Re: [PR] Documentation/applications/system/nxinit: document the "console" option [nuttx]
via GitHub
[PR] arch/inte64: fix various issues for HPET [nuttx]
via GitHub
Re: [PR] arch/inte64: fix various issues for HPET [nuttx]
via GitHub
Re: [PR] arch/inte64: fix various issues for HPET [nuttx]
via GitHub
[PR] system/xrcedds: add eProsima Micro XRCE-DDS [nuttx-apps]
via GitHub
Re: [PR] system/xrcedds: add eProsima Micro XRCE-DDS [nuttx-apps]
via GitHub
Re: [PR] system/xrcedds: add eProsima Micro XRCE-DDS [nuttx-apps]
via GitHub
Re: [PR] system/xrcedds: add eProsima Micro XRCE-DDS [nuttx-apps]
via GitHub
[PR] various fixes for AIO LPT test cases on intel64 [nuttx]
via GitHub
Re: [PR] aio: various fixes for AIO LPT test cases on intel64 [nuttx]
via GitHub
Re: [PR] aio: various fixes for AIO LPT test cases on intel64 [nuttx]
via GitHub
Re: [PR] aio: various fixes for AIO LPT test cases on intel64 [nuttx]
via GitHub
Re: [PR] aio: various fixes for AIO LPT test cases on intel64 [nuttx]
via GitHub
[PR] tools/refresh.sh: Accept defconfig path as argument [nuttx]
via GitHub
Re: [PR] tools/refresh.sh: Accept defconfig path as argument [nuttx]
via GitHub
Re: [PR] tools/refresh.sh: Accept defconfig path as argument [nuttx]
via GitHub
Re: [PR] tools/refresh.sh: Accept defconfig path as argument [nuttx]
via GitHub
Re: [PR] tools/refresh.sh: Accept defconfig path as argument [nuttx]
via GitHub
Re: [PR] tools/refresh.sh: Fix processing multiple configurations [nuttx]
via GitHub
Re: [PR] tools/refresh.sh: Fix processing multiple configurations [nuttx]
via GitHub
(nuttx) branch master updated: arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing
xiaoxiang
[I] [RFC] uORB: add power-monitor support (voltage/current/power) [nuttx]
via GitHub
Re: [I] [RFC] uORB: add power-monitor support (voltage/current/power) [nuttx]
via GitHub
Re: [I] [RFC] uORB: add power-monitor support (voltage/current/power) [nuttx]
via GitHub
(nuttx) branch master updated (a60ee84197b -> 69061ea2466)
xiaoxiang
(nuttx) 02/03: cmake: Build FDPIC modules the way the make build does.
xiaoxiang
(nuttx) 03/03: arch/arm: Say which linker is missing when FDPIC has none.
xiaoxiang
(nuttx) 01/03: arch/arm, libs/libc/elf: Build FDPIC modules in the normal ELF build.
xiaoxiang
(nuttx-apps) branch master updated: system/grep: Add grep command with regex support
xiaoxiang
(nuttx) branch master updated: sched/environ: Serialize clearenv updates.
xiaoxiang
(nuttx) branch master updated: arch/arm/src/common/stm32: accept interface-recipient GET/SET_DESCRIPTOR
xiaoxiang
[PR] Documentation, tools/ci: Say where the NXFLAT tools actually come from [nuttx]
via GitHub
Re: [PR] Documentation, tools/ci: Say where the NXFLAT tools actually come from [nuttx]
via GitHub
Re: [PR] Documentation, tools/ci: Say where the NXFLAT tools actually come from [nuttx]
via GitHub
Re: [PR] Documentation, tools/ci: Say where the NXFLAT tools actually come from [nuttx]
via GitHub
Re: [PR] Documentation, tools/ci: Say where the NXFLAT tools actually come from [nuttx]
via GitHub
(nuttx) branch master updated (35e8eebff3a -> f17c6552847)
acassis
(nuttx) 02/03: arch/arm/rp2040: fix IN endpoint DPSRAM index for bare-eplog callers
acassis
(nuttx) 01/03: boards/rp2040: add USB fastboot composite support for waveshare boards
acassis
(nuttx) 03/03: Documentation/rp2040: document fastboot_usb config for waveshare boards
acassis
(nuttx) branch master updated (f17c6552847 -> 0518ccb9ca9)
acassis
(nuttx) 01/07: binfmt, arch/arm: Add the CONFIG_FDPIC option and the ABI header.
acassis
(nuttx) 05/07: libs/libc/elf: Publish FDPIC functions as descriptors for dlsym.
acassis
(nuttx) 07/07: libs/libc/elf, binfmt: Describe the GOT by base and size, not by index.
acassis
(nuttx) 03/07: libs/libc/elf: Read the dynamic tags an FDPIC object needs.
acassis
(nuttx) 02/07: libs/libc/elf: Place an FDPIC object's segments independently.
acassis
(nuttx) 06/07: libs/libc/elf: Fix the nxstyle errors around the FDPIC changes.
acassis
(nuttx) 04/07: libs/libc/elf: Fix two ways an FDPIC module failed to relocate.
acassis
[PR] sched/environ: Serialize clearenv updates. [nuttx]
via GitHub
Re: [PR] sched/environ: Serialize clearenv updates. [nuttx]
via GitHub
Re: [PR] sched/environ: Serialize clearenv updates. [nuttx]
via GitHub
[PR] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing [nuttx]
via GitHub
Re: [PR] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing [nuttx]
via GitHub
Re: [PR] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing [nuttx]
via GitHub
Re: [PR] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing [nuttx]
via GitHub
Re: [PR] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing [nuttx]
via GitHub
Re: [PR] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing [nuttx]
via GitHub
[PR] arch/arm/src/common/stm32: accept interface-recipient GET/SET_DESCRIPTOR [nuttx]
via GitHub
Re: [PR] arch/arm/src/common/stm32: accept interface-recipient GET/SET_DESCRIPTOR [nuttx]
via GitHub
Re: [PR] arch/arm/src/common/stm32: accept interface-recipient GET/SET_DESCRIPTOR [nuttx]
via GitHub
[PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
Re: [PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
Re: [PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
Re: [PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
Re: [PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
Re: [PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
Re: [PR] [6/10] libs/libc/machine/arm: Relocate FDPIC function descriptors [nuttx]
via GitHub
svn commit: r87350 - dev/nuttx/13.0.1-RC1
jerpelea
(nuttx) annotated tag nuttx-13.0.1-RC1 updated (cec617dfbce -> 90d216fb943)
jerpelea
(nuttx-apps) annotated tag nuttx-13.0.1-RC1 updated (be1ae4e89 -> 9b9bbf932)
jerpelea
[PR] libs/libxx/libcxx: fix string constexpr destructor build error on ARM [nuttx]
via GitHub
Re: [PR] libs/libxx/libcxx: fix string constexpr destructor build error on ARM [nuttx]
via GitHub
Re: [PR] libs/libxx/libcxx: fix string constexpr destructor build error on ARM [nuttx]
via GitHub
Re: [PR] libs/libxx/libcxx: fix string constexpr destructor build error on ARM [nuttx]
via GitHub
(nuttx) branch master updated: Documentation/critmon: Document context-switch accounting.
michallenc
[PR] boards/xtensa/esp32s3/esp32s3-xiao: re-enable nxinit, with a working console [nuttx]
via GitHub
Re: [PR] boards/xtensa/esp32s3/esp32s3-xiao: re-enable nxinit, with a working console [nuttx]
via GitHub
Re: [PR] boards/xtensa/esp32s3/esp32s3-xiao: re-enable nxinit, with a working console [nuttx]
via GitHub
Re: [PR] boards/xtensa/esp32s3/esp32s3-xiao: re-enable nxinit, with a working console [nuttx]
via GitHub
[PR] system/nxinit: add a per-service "console" option [nuttx-apps]
via GitHub
Re: [PR] system/nxinit: add a per-service "console" option [nuttx-apps]
via GitHub
Re: [PR] system/nxinit: add a per-service "console" option [nuttx-apps]
via GitHub
[PR] Documentation/critmon: Document context-switch accounting. [nuttx]
via GitHub
Re: [PR] Documentation/critmon: Document context-switch accounting. [nuttx]
via GitHub
(nuttx) branch master updated: net/tcp: add configurable delayed ACK threshold
xiaoxiang
(nuttx) branch master updated: drivers/mtd/gd25.c: ensure the device is not in power down mode
xiaoxiang
(nuttx) branch master updated: arch/atomic: remove up_testset in spinlock
xiaoxiang
(nuttx-website) branch asf-site updated: Publishing web: f0482e9c189ff02e151b650878e44a5e0108a468 docs: f1837981fa06dba9fdc2772b5433317246625e19
github-bot
[PR] cmake: reconfigure when .config changes [nuttx]
via GitHub
Re: [PR] cmake: reconfigure when .config changes [nuttx]
via GitHub
(nuttx-apps) branch master updated (0ae2c5391 -> 5a7ab4200)
acassis
(nuttx-apps) 02/02: examples/s2opc: add OPC UA server example
acassis
(nuttx-apps) branch releases/13.0 updated: audioutils/lame: pin the checkout and build its AVX-512 sources
acassis
(nuttx) branch releases/13.0 updated: stm32g0: Fix erase bank selection after bank swap
xiaoxiang
[PR] sched: Fix and centralize sporadic parameter validation [nuttx]
via GitHub
Re: [PR] sched: Fix and centralize sporadic parameter validation [nuttx]
via GitHub
Re: [PR] sched: Fix and centralize sporadic parameter validation [nuttx]
via GitHub
Re: [PR] sched: Fix and centralize sporadic parameter validation [nuttx]
via GitHub
Re: [PR] sched: Fix and centralize sporadic parameter validation [nuttx]
via GitHub
(nuttx) branch master updated (170d02da210 -> f1837981fa0)
acassis
(nuttx) 07/07: style: add missing blank line after declarations
acassis
(nuttx) 03/07: timers/clkcnt: Round-up when converting nsec to cnt
acassis
(nuttx) 01/07: drivers/timers: fix infinite loop in up_timer_getmask when maxticks == CLOCK_MAX
acassis
(nuttx) 04/07: sched/hrtimer: Fix reprogram with wrong expiration when reinserting hrtimer
acassis
(nuttx) 05/07: sched/sched: Fix roundrobin scheduler timer if SCHED_TICKLESS enabled
acassis
(nuttx) 02/07: drivers/timers: fix UB and mask width in up_timer_getmask
acassis
(nuttx) 06/07: sched/tickless: Fix SCHED_RR timeslice accounting on preemption
acassis
(nuttx) branch master updated (eb2226dccc5 -> 170d02da210)
xiaoxiang
(nuttx) branch master updated: tools/nxstyle: whitelist S2OPC identifiers
xiaoxiang
(nuttx) branch master updated: arch/risc-v/eic7700x: Maintain the data cache through the L3 controller.
acassis
(nuttx) branch master updated: arch/risc-v/eic7700x: Add CPU core clock control.
acassis
(nuttx) branch master updated (2a6a86cb68d -> 304cbb13726)
acassis
(nuttx) branch releases/13.0 updated (b7b7a4018ca -> 3daa495d319)
xiaoxiang
(nuttx) 01/02: arch/arm/nrf53: fix inverted GPIOTE per-instance channel index
xiaoxiang
(nuttx) 02/02: arch/arm/nrf53: fix nxstyle errors in nrf53_gpiote.c
xiaoxiang
(nuttx-apps) branch master updated: mlearning/tflite-micro: Register DEPTHWISE_CONV_2D in tflm_tool resolver.
jerpelea
(nuttx) branch releases/13.0 updated: esp32s3_tickless: fix 32-bit overflow in NSEC_2_CTICK/SEC_2_CTICK/USEC_2_CTICK
xiaoxiang
[PR] boards/rp2040: add USB fastboot support for waveshare boards [nuttx]
via GitHub
Re: [PR] boards/rp2040: add USB fastboot support for waveshare boards [nuttx]
via GitHub
Re: [PR] boards/rp2040: add USB fastboot support for waveshare boards [nuttx]
via GitHub
Re: [PR] boards/rp2040: add USB fastboot support for waveshare boards [nuttx]
via GitHub
Re: [PR] boards/rp2040: add USB fastboot support for waveshare boards [nuttx]
via GitHub
Re: [PR] boards/rp2040: add USB fastboot support for waveshare boards [nuttx]
via GitHub
(nuttx) branch releases/13.0 updated: xtensa/esp32s3: Fix CONSOLE_DEV clobbered by USBSERIAL macro.
xiaoxiang
(nuttx) branch releases/13.0 updated: fs/procfs: fix buffer overflow in mount_sprintf
xiaoxiang
(nuttx) branch releases/13.0 updated: wireless/bluetooth: fix inverted MTU cap in bt_conn_send()
xiaoxiang
(nuttx) branch releases/13.0 updated: spinlock: fix ticket lock corruption in trylock and unlock
xiaoxiang
(nuttx) branch releases/13.0 updated: video/videomode: Fix EDID parsing and formatting of video mode dumps
xiaoxiang
(nuttx) branch releases/13.0 updated (b32a70b11a8 -> 9fbac6686a6)
xiaoxiang
(nuttx) 02/02: net/arp: do not resolve an address to another interface's MAC
xiaoxiang
(nuttx) 01/02: net/arp: release the device lock before waiting for a resolution
xiaoxiang
(nuttx) branch releases/13.0 updated (3daa495d319 -> 0aaec9d4939)
xiaoxiang
(nuttx) 02/02: sched/setparam: update sporadic parameters of the target task
xiaoxiang
(nuttx) 01/02: sched/setscheduler: stop sporadic when switching away from SCHED_SPORADIC
xiaoxiang
(nuttx) branch releases/13.0 updated: arch/risc-v/espressif: fix SoftAP-only build of the Wi-Fi event handler
xiaoxiang
(nuttx) branch releases/13.0 updated: sched: Fix stdio initialization of standard streams when buffering is disabled
xiaoxiang
(nuttx) branch releases/13.0 updated: fs/vfs/fs_read.c: Allow NULL iov_base when CONFIG_ARCH_TEXT_VBASE == 0
xiaoxiang
[PR] {bp-3684} audioutils/lame: pin the checkout and build its AVX-512 sources [nuttx-apps]
via GitHub
Re: [PR] {bp-3684} audioutils/lame: pin the checkout and build its AVX-512 sources [nuttx-apps]
via GitHub
[PR] {bp-20054} stm32g0: Fix erase bank selection after bank swap [nuttx]
via GitHub
Re: [PR] {bp-20054} stm32g0: Fix erase bank selection after bank swap [nuttx]
via GitHub
[PR] {bp-20049} fs/procfs: fix buffer overflow in mount_sprintf [nuttx]
via GitHub
Re: [PR] {bp-20049} fs/procfs: fix buffer overflow in mount_sprintf [nuttx]
via GitHub
Re: [PR] {bp-20049} fs/procfs: fix buffer overflow in mount_sprintf [nuttx]
via GitHub
[PR] drivers/mtd/gd25.c: ensure the device is not in power down mode [nuttx]
via GitHub
Re: [PR] drivers/mtd/gd25.c: ensure the device is not in power down mode [nuttx]
via GitHub
Re: [PR] drivers/mtd/gd25.c: ensure the device is not in power down mode [nuttx]
via GitHub
Re: [PR] drivers/mtd/gd25.c: ensure the device is not in power down mode [nuttx]
via GitHub
Re: [PR] drivers/mtd/gd25.c: ensure the device is not in power down mode [nuttx]
via GitHub
[PR] {bp-19873} arch/risc-v/espressif: fix SoftAP-only build of the Wi-Fi event handler [nuttx]
via GitHub
Re: [PR] {bp-19873} arch/risc-v/espressif: fix SoftAP-only build of the Wi-Fi event handler [nuttx]
via GitHub
[PR] {bp-20053} xtensa/esp32s3: Fix CONSOLE_DEV clobbered by USBSERIAL macro. [nuttx]
via GitHub
Re: [PR] {bp-20053} xtensa/esp32s3: Fix CONSOLE_DEV clobbered by USBSERIAL macro. [nuttx]
via GitHub
Re: [PR] {bp-20053} xtensa/esp32s3: Fix CONSOLE_DEV clobbered by USBSERIAL macro. [nuttx]
via GitHub
[PR] {bp-19972} sched/sporadic: fix policy switch and cross-task setparam [nuttx]
via GitHub
Re: [PR] {bp-19972} sched/sporadic: fix policy switch and cross-task setparam [nuttx]
via GitHub
Re: [PR] {bp-19972} sched/sporadic: fix policy switch and cross-task setparam [nuttx]
via GitHub
[PR] {bp-20024} esp32s3_tickless: fix 32-bit overflow in NSEC_2_CTICK/SEC_2_CTICK/USEC_2_CTICK [nuttx]
via GitHub
Re: [PR] {bp-20024} esp32s3_tickless: fix 32-bit overflow in NSEC_2_CTICK/SEC_2_CTICK/USEC_2_CTICK [nuttx]
via GitHub
[PR] {bp-20003} wireless/bluetooth: fix inverted MTU cap in bt_conn_send() [nuttx]
via GitHub
Re: [PR] {bp-20003} wireless/bluetooth: fix inverted MTU cap in bt_conn_send() [nuttx]
via GitHub
Re: [PR] {bp-20003} wireless/bluetooth: fix inverted MTU cap in bt_conn_send() [nuttx]
via GitHub
[PR] {bp-20002} arch/arm/nrf53: fix inverted GPIOTE per-instance channel index [nuttx]
via GitHub
Re: [PR] {bp-20002} arch/arm/nrf53: fix inverted GPIOTE per-instance channel index [nuttx]
via GitHub
[PR] {bp-19880} spinlock: fix ticket lock corruption in trylock and unlock [nuttx]
via GitHub
Re: [PR] {bp-19880} spinlock: fix ticket lock corruption in trylock and unlock [nuttx]
via GitHub
Re: [PR] {bp-19880} spinlock: fix ticket lock corruption in trylock and unlock [nuttx]
via GitHub
[PR] {bp-19986} video/videomode: Fix EDID parsing and formatting of video mode dumps [nuttx]
via GitHub
Re: [PR] {bp-19986} video/videomode: Fix EDID parsing and formatting of video mode dumps [nuttx]
via GitHub
Re: [PR] {bp-19986} video/videomode: Fix EDID parsing and formatting of video mode dumps [nuttx]
via GitHub
[PR] {bp-19884} sched: Fix stdio initialization of standard streams when buffering is disabled [nuttx]
via GitHub
Re: [PR] {bp-19884} sched: Fix stdio initialization of standard streams when buffering is disabled [nuttx]
via GitHub
Re: [PR] {bp-19884} sched: Fix stdio initialization of standard streams when buffering is disabled [nuttx]
via GitHub
[PR] tools/nxstyle: whitelist S2OPC identifiers [nuttx]
via GitHub
Re: [PR] tools/nxstyle: whitelist S2OPC identifiers [nuttx]
via GitHub
Re: [PR] tools/nxstyle: whitelist S2OPC identifiers [nuttx]
via GitHub
[PR] {bp-19872} net/arp: fix cross-interface resolution and a device-lock leak [nuttx]
via GitHub
Re: [PR] {bp-19872} net/arp: fix cross-interface resolution and a device-lock leak [nuttx]
via GitHub
Re: [PR] {bp-19872} net/arp: fix cross-interface resolution and a device-lock leak [nuttx]
via GitHub
[PR] {bp-19854} fs/vfs/fs_read.c: Allow NULL iov_base when CONFIG_ARCH_TEXT_VBASE == 0 [nuttx]
via GitHub
Re: [PR] {bp-19854} fs/vfs/fs_read.c: Allow NULL iov_base when CONFIG_ARCH_TEXT_VBASE == 0 [nuttx]
via GitHub
Re: [PR] {bp-19854} fs/vfs/fs_read.c: Allow NULL iov_base when CONFIG_ARCH_TEXT_VBASE == 0 [nuttx]
via GitHub
[PR] netutils: add S2OCP support (OPC UA) [nuttx-apps]
via GitHub
Re: [PR] netutils: add S2OCP support (OPC UA) [nuttx-apps]
via GitHub
(nuttx-website) branch asf-site updated: Publishing web: f0482e9c189ff02e151b650878e44a5e0108a468 docs: 2a6a86cb68d9e665580aadc395707af002ed1ac5
github-bot
[PR] arch/arm/stm32h7: poll MDIO completion in microseconds, not 5 ms steps [nuttx]
via GitHub
Earlier messages
Later messages