[nuttx-website] branch asf-site updated: Publishing web: 4b401e13a9490577fa0448cbe8b6d393302e43f3 docs: 6e66603da5cd936a1dc5b14ca42970c26b590310

2022-12-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 153e0a2a Publishing web: 4b401e13

[GitHub] [nuttx-apps] raiden00pl opened a new pull request, #1460: Add the NxScope library - a real-time data logging tool for NuttX

2022-12-17 Thread GitBox
raiden00pl opened a new pull request, #1460: URL: https://github.com/apache/nuttx-apps/pull/1460 ## Summary This library provides real-time data logging functionality for NuttX. Supported features: - up to 255 channels possible - support for standard data types and use

[nuttx] branch master updated (243983328a -> 6e66603da5)

2022-12-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 243983328a drivers/video: Correct the code style add 87f3681629 arch/sim: Remove arch/sim/src/sim/sim_romge

[GitHub] [nuttx] pkarashchenko merged pull request #7911: Refine arch/sim implementation

2022-12-17 Thread GitBox
pkarashchenko merged PR #7911: URL: https://github.com/apache/nuttx/pull/7911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-17 Thread GitBox
xiaoxiang781216 commented on code in PR #7900: URL: https://github.com/apache/nuttx/pull/7900#discussion_r1051404707 ## drivers/note/note_driver.c: ## @@ -1699,3 +1803,52 @@ void sched_note_filter_irq(FAR struct note_filter_irq_s *oldf, #endif #endif /* CONFIG_SCHED_INSTRUM

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-17 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050682476 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[nuttx] branch master updated (6f66c0ea0b -> 243983328a)

2022-12-17 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 6f66c0ea0b drivers/note: sched_note support mulit-channel add 5eb8189c26 drivers/video: Remove validate_frame_sett

[GitHub] [nuttx] anchao merged pull request #7787: Minor fix for video driver(2)

2022-12-17 Thread GitBox
anchao merged PR #7787: URL: https://github.com/apache/nuttx/pull/7787 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.

[nuttx] branch master updated: drivers/note: sched_note support mulit-channel

2022-12-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6f66c0ea0b drivers/note: sched_note support mu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-17 Thread GitBox
xiaoxiang781216 merged PR #7841: URL: https://github.com/apache/nuttx/pull/7841 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7911: Refine arch/sim implementation

2022-12-17 Thread GitBox
xiaoxiang781216 commented on code in PR #7911: URL: https://github.com/apache/nuttx/pull/7911#discussion_r1051384126 ## arch/sim/include/irq.h: ## @@ -70,21 +64,25 @@ extern "C" #endif / - * Inline f

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-17 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1051383327 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-17 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051379470 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possible)

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7911: Refine arch/sim implementation

2022-12-17 Thread GitBox
pkarashchenko commented on code in PR #7911: URL: https://github.com/apache/nuttx/pull/7911#discussion_r1051376625 ## arch/sim/include/irq.h: ## @@ -70,21 +64,25 @@ extern "C" #endif / - * Inline fun

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7911: Refine arch/sim implementation

2022-12-17 Thread GitBox
xiaoxiang781216 opened a new pull request, #7911: URL: https://github.com/apache/nuttx/pull/7911 ## Summary - arch/sim: Remove arch/sim/src/sim/sim_romgetc.c - arch/sim: Move sim_macho_init.c to posix folder - arch/sim: Move up_nputs to sim_uart.c - arch/sim: Change up_inter

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-17 Thread GitBox
pkarashchenko commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1051241164 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5

[nuttx] branch master updated (3462061624 -> 659bd495b0)

2022-12-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3462061624 task: show thread main entry when display thread name add 659bd495b0 Add i2c driver for gd32f450 MCU

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7884: add i2c driver for gd32f450 MCU

2022-12-17 Thread GitBox
xiaoxiang781216 merged PR #7884: URL: https://github.com/apache/nuttx/pull/7884 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt