[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-20 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902096217 ## arch/arm64/include/limits.h: ## @@ -0,0 +1,73 @@ +/ + * arch/arm64/include/limi

[incubator-nuttx-website] branch asf-site updated: Publishing web: 42e9e27963415ec1359277228669d6b9c71c48d1 docs: 04fcbb5cb8fb3e1248682d3af531f31e1bfffed5

2022-06-20 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new f896be2 Publishing web

[GitHub] [incubator-nuttx] rtucker85 opened a new pull request, #6491: LITEETH peripheral driver support

2022-06-20 Thread GitBox
rtucker85 opened a new pull request, #6491: URL: https://github.com/apache/incubator-nuttx/pull/6491 ## Summary This PR adds: 1. A driver for the LiteX LITEETH peripheral. 2. A defconfig for the ARTY_A7 development board to demonstrate LITEETH support. ## Impact Isolat

[incubator-nuttx] branch master updated: wireless/bcm43xxx: add auto power saving support

2022-06-20 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 04fcbb5cb8 wireless/bcm43xxx: add au

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 merged PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901852327 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -426,6 +426,34 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv) #endif #endif /

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
anchao commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901829725 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -426,6 +426,34 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv) #endif #endif /* CONFIG_

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6482: Use builtins for byteswapping

2022-06-20 Thread GitBox
pkarashchenko commented on code in PR #6482: URL: https://github.com/apache/incubator-nuttx/pull/6482#discussion_r901816203 ## include/netinet/in.h: ## @@ -217,26 +217,30 @@ /* This macro to convert a 16/32-bit constant values quantity from host byte * order to network byte o

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
pkarashchenko commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901812854 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -426,6 +426,34 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv) #endif #endif /*

[GitHub] [incubator-nuttx-apps] cederom commented on pull request #840: interpreters/micropython: Add Micropython support to NuttX (WIP)

2022-06-20 Thread GitBox
cederom commented on PR #840: URL: https://github.com/apache/incubator-nuttx-apps/pull/840#issuecomment-1160571327 Update: * I am finishing some projects based on MicroPython so I got some experience with it. * I now need something faster for upcoming projects so I will get into NuttX

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
anchao commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901757482 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/**

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
anchao commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901757195 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/**

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901679345 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901678735 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901676004 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901676931 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901674762 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +768,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901676004 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +770,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901674762 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +768,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/*

[incubator-nuttx] branch master updated: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-20 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0fe219a8c9 Add I2C_M_NOSTART and I2C_M

[GitHub] [incubator-nuttx] acassis merged pull request #6468: Add I2C_M_NOSTART and I2C_M_NOSTOP support in esp32c3_i2c

2022-06-20 Thread GitBox
acassis merged PR #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468 -- 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...@nu

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6487: risc-v/esp32c3: Implement up_perf_xxx API

2022-06-20 Thread GitBox
gustavonihei commented on code in PR #6487: URL: https://github.com/apache/incubator-nuttx/pull/6487#discussion_r901662567 ## arch/risc-v/src/esp32c3/esp32c3_perf.c: ## @@ -0,0 +1,84 @@ +/ + * arch/risc-

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6487: risc-v/esp32c3: Implement up_perf_xxx API

2022-06-20 Thread GitBox
gustavonihei commented on code in PR #6487: URL: https://github.com/apache/incubator-nuttx/pull/6487#discussion_r901662366 ## arch/risc-v/src/esp32c3/esp32c3_perf.c: ## @@ -0,0 +1,84 @@ +/ + * arch/risc-

[incubator-nuttx] branch master updated (ba4277bb13 -> 6cb77a8d84)

2022-06-20 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/incubator-nuttx.git from ba4277bb13 syscall: Remove exit() call gate add 6cb77a8d84 mpfs: Allow mapping of RAM/ROM regions fro

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6490: mpfs: Allow mapping of RAM/ROM regions from different memory areas

2022-06-20 Thread GitBox
xiaoxiang781216 merged PR #6490: URL: https://github.com/apache/incubator-nuttx/pull/6490 -- 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-unsubs

[GitHub] [incubator-nuttx] michi-jung commented on pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#issuecomment-1160400086 Thanks, @pkarashchenko, for the review. I aggree with all of your comments and applied the respective changes. -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901618446 ## drivers/lcd/mio283qt9a.c: ## @@ -424,11 +425,12 @@ static void mio283qt9a_dumprun(FAR const char *msg, * **

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901618268 ## drivers/lcd/ili9341.c: ## @@ -600,7 +560,7 @@ static void ili9341_selectarea(FAR struct ili9341_lcd_s *lcd, * Write a partial raster line to the LCD.

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901618024 ## drivers/lcd/mio283qt2.c: ## @@ -521,11 +522,12 @@ static void mio283qt2_dumprun(FAR const char *msg, *

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901617745 ## drivers/lcd/mio283qt9a.c: ## @@ -166,10 +166,12 @@ static void mio283qt9a_setarea(FAR struct mio283qt9a_lcd_s *lcd, /* LCD Data Transfer Methods */ -

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901617295 ## drivers/lcd/p14201.c: ## @@ -643,11 +646,12 @@ static inline void rit_clear(FAR struct rit_dev_s *priv) *

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901617537 ## drivers/lcd/mio283qt9a.c: ## @@ -472,15 +475,17 @@ static int mio283qt9a_putrun(fb_coord_t row, fb_coord_t col, *

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901617117 ## drivers/lcd/st7567.c: ## @@ -224,10 +224,12 @@ static void st7567_deselect(FAR struct spi_dev_s *spi); /* LCD Data Transfer Methods */ -static int st7

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901616927 ## drivers/lcd/st7567.c: ## @@ -555,14 +556,12 @@ static int st7567_putrun(fb_coord_t row, fb_coord_t col, * *

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901616691 ## include/nuttx/lcd/lcd.h: ## @@ -139,6 +145,12 @@ struct lcd_planeinfo_s */ uint8_t bpp; + + /* This is the LCD interface corresponding to which

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
anchao commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901612037 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +768,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/**

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
anchao commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901609944 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -755,6 +768,74 @@ static int bcmf_ifdown(FAR struct net_driver_s *dev) return OK; } +/**

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
anchao commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901609088 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -778,6 +859,9 @@ static int bcmf_txavail(FAR struct net_driver_s *dev) { FAR struct bcmf_dev_s *pr

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
pkarashchenko commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r901577528 ## include/nuttx/lcd/lcd.h: ## @@ -139,6 +145,12 @@ struct lcd_planeinfo_s */ uint8_t bpp; + + /* This is the LCD interface corresponding to whi

[GitHub] [incubator-nuttx] michi-jung commented on pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-20 Thread GitBox
michi-jung commented on PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#issuecomment-1160341243 @xiaoxiang781216, @pkarashchenko and/or other committers: Could you please have a look? -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-20 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r901559732 ## arch/arm64/include/arch.h: ## @@ -0,0 +1,155 @@ +/ + * arch/arm64/include/ar

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6482: Use builtins for byteswapping

2022-06-20 Thread GitBox
pkarashchenko commented on code in PR #6482: URL: https://github.com/apache/incubator-nuttx/pull/6482#discussion_r901553985 ## include/netinet/in.h: ## @@ -217,26 +217,30 @@ /* This macro to convert a 16/32-bit constant values quantity from host byte * order to network byte o

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6487: risc-v/esp32c3: Implement up_perf_xxx API

2022-06-20 Thread GitBox
pkarashchenko commented on code in PR #6487: URL: https://github.com/apache/incubator-nuttx/pull/6487#discussion_r901552737 ## arch/risc-v/src/esp32c3/esp32c3_perf.c: ## @@ -0,0 +1,84 @@ +/ + * arch/risc

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6489: syscall: Remove exit() call gate

2022-06-20 Thread GitBox
pkarashchenko merged PR #6489: URL: https://github.com/apache/incubator-nuttx/pull/6489 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6488: wireless/bcm43xxx: add auto power saving support

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488#discussion_r901516939 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c: ## @@ -778,6 +859,9 @@ static int bcmf_txavail(FAR struct net_driver_s *dev) { FAR struct bcmf_

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6490: mpfs: Allow mapping of RAM/ROM regions from different memory areas

2022-06-20 Thread GitBox
pussuw opened a new pull request, #6490: URL: https://github.com/apache/incubator-nuttx/pull/6490 The old implementation needed a contiguous memory block for user ROM/RAM. This is because there was only 1 L3 page table which can only map a contiguous memory area. Also, remove the

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6489: syscall: Remove exit() call gate

2022-06-20 Thread GitBox
pussuw opened a new pull request, #6489: URL: https://github.com/apache/incubator-nuttx/pull/6489 exit() is a userspace function, no need for call gate ## Summary Remove something that should not exist ## Impact ## Testing icicle:knsh -- This is an automated mess

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6487: risc-v/esp32c3: Implement up_perf_xxx API

2022-06-20 Thread GitBox
xiaoxiang781216 commented on code in PR #6487: URL: https://github.com/apache/incubator-nuttx/pull/6487#discussion_r901382191 ## arch/risc-v/src/esp32c3/esp32c3_perf.c: ## @@ -0,0 +1,84 @@ +/ + * arch/ri

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6488: wireless/bcm43xxx: configurable power save mode

2022-06-20 Thread GitBox
anchao opened a new pull request, #6488: URL: https://github.com/apache/incubator-nuttx/pull/6488 ## Summary wireless/bcm43xxx: configurable power save mode https://github.com/torvalds/linux/blob/master/drivers/net/wireless/broadcom/brcm80211/include/defs.h#L75-L78 ## Im