codebje opened a new pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861
## Summary
This change reflects that the geometry isn't related to the largest
allocatable unit on the platform but is related to geometries of SD cards (32
bit) and FAT32 file systems
michallenc commented on pull request #595:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/595#issuecomment-780385812
@btashton Well I definitely wouldn´t mind if we just merge it as it is.
This is an automated mess
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r577420843
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
yamt commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r577424025
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *start_realti
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r577420843
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r577494160
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 merged pull request #595:
URL: https://github.com/apache/incubator-nuttx-apps/pull/595
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
xiaoxiang781216 commented on pull request #595:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/595#issuecomment-780458668
So, let's ignore the style issue and merge the correct fix.
This is an automated message fro
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 72b3f97 canutils: changed prin
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
commit 458e021c86fc65ae6fb64f217cb32da79d582102
Author: Byron Ellacott
AuthorDate: Wed Feb 17 17:46:32 2021 +1000
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 102adaf arch: esp32: Fix a memory leak when discarding a large packet.
new ed83ee2 eZ80: update re
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
commit ed83ee267536c5cd0e66fa90b3cbf803b1c42028
Author: Byron Ellacott
AuthorDate: Wed Feb 17 17:36:41 2021 +1000
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
commit e50b5bef8b17db0044184397487d7810218677ec
Author: Byron Ellacott
AuthorDate: Wed Feb 17 17:38:04 2021 +1000
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
commit 256c5c266a0ea8d6030076b7316c9b3dd7b54dd9
Author: Byron Ellacott
AuthorDate: Wed Feb 17 17:38:33 2021 +1000
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
commit bf7bd51a62a550f7e10ac527f02328357d01e99b
Author: Byron Ellacott
AuthorDate: Wed Feb 17 17:45:38 2021 +1000
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
commit f0ccce3212ca9888c9dc47bd62dcb090709e6838
Author: Byron Ellacott
AuthorDate: Wed Feb 17 17:37:18 2021 +1000
xiaoxiang781216 merged pull request #2860:
URL: https://github.com/apache/incubator-nuttx/pull/2860
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
codebje opened a new pull request #596:
URL: https://github.com/apache/incubator-nuttx-apps/pull/596
## Summary
apache/incubator-nuttx#2861 updates `struct geometry` to use `uint32_t`
instead of `size_t`. This PR alters the format string used for printing
geometry details.
##
codebje commented on pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#issuecomment-780497559
This PR and apache/incubator-nuttx-apps#596 both depend on each other and
can't pass checks separately.
gustavonihei commented on a change in pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#discussion_r577560175
##
File path: arch/risc-v/src/esp32c3/esp32c3_irq.c
##
@@ -0,0 +1,372 @@
+/**
gustavonihei commented on a change in pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#discussion_r577560447
##
File path: arch/risc-v/src/esp32c3/esp32c3_irq.c
##
@@ -0,0 +1,372 @@
+/**
gustavonihei commented on a change in pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#discussion_r577561186
##
File path: arch/risc-v/src/esp32c3/esp32c3_lowputc.h
##
@@ -0,0 +1,207 @@
+/**
davids5 commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577577831
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bool
gustavonihei commented on a change in pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#discussion_r577606787
##
File path: arch/risc-v/src/esp32c3/esp32c3_serial.c
##
@@ -0,0 +1,696 @@
+/***
gustavonihei commented on a change in pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#discussion_r577607639
##
File path: arch/risc-v/src/esp32c3/esp32c3_serial.c
##
@@ -0,0 +1,696 @@
+/***
gustavonihei commented on a change in pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#discussion_r577615041
##
File path: arch/risc-v/src/esp32c3/esp32c3_irq.h
##
@@ -0,0 +1,101 @@
+/**
xiaoxiang781216 commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577617833
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
patacongo commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577618372
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bo
xiaoxiang781216 commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577617833
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
patacongo commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577621332
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bo
patacongo commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577621832
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bo
patacongo commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577623074
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bo
patacongo commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r577623074
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bo
Ouss4 commented on pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#issuecomment-780593301
@v01d The repository we talked about has been created
(https://github.com/espressif/esp-nuttx-bootloader.), we can now download the
bootloader and partition table from the
Ouss4 edited a comment on pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#issuecomment-780593301
@v01d The repository we talked about has been created
(https://github.com/espressif/esp-nuttx-bootloader.), we can now download the
bootloader and partition table f
HBL-001 opened a new issue #2862:
URL: https://github.com/apache/incubator-nuttx/issues/2862
Hi,
I am starting a new project that uses the ATMEL samv71-xult board under
Nuttx. To test my hardware I need to access the PIO lines on the EXT1 and EXT2
expansion ports, this sounds easy. I
btashton commented on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-780821934
You need to make sure your board is creating a GPIO driver like this.
https://github.com/apache/incubator-nuttx/blob/master/boards/risc-v/bl602/bl602evb/src/bl602_gpio.c#
patacongo commented on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-780825808
You need to add logic to your board src/ directory to create the lower half
gpio driver and to register the specific pins that you want to control. See
references to CONF
gustavonihei opened a new pull request #597:
URL: https://github.com/apache/incubator-nuttx-apps/pull/597
## Summary
Watcher application makes use of the Note RAM Driver and also calls
`mkfatfs` function which is only available if `FSUTILS_MKFATFS` is provided.
This PR makes the depen
Ouss4 commented on pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838#issuecomment-780881630
@v01d @btashton could you give it another round please? I updated a few
things.
Regarding the UART driver and some "TODOs" there, a follow up PR is under
preparat
gustavonihei opened a new pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863
## Summary
Currently `stdint.h` defines the MIN and MAX macros with a suffix that may
not be adequate for some CPU architectures.
E.g.: `UINT32_MAX` is `4294967295u`, but for RISC-V
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 b1f4d78 Publishing web
yamt commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578047211
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *start_realti
masayuki2009 opened a new pull request #2864:
URL: https://github.com/apache/incubator-nuttx/pull/2864
## Summary
- This PR consists of the following 2 commits
- commit 1: arch: xtensa: Fix a compile warning in xtensa_dumpstate.c
- commit 2: boards: esp32-devkitc: Add wapi_smp t
cwespressif commented on a change in pull request #2832:
URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r578067657
##
File path: arch/xtensa/src/esp32/esp32_allocateheap.c
##
@@ -102,12 +104,23 @@
# define HEAP_REGION2_START 0x3ffe7e40
#endif
-#ifdef
cwespressif commented on a change in pull request #2832:
URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r578067799
##
File path: arch/xtensa/Kconfig
##
@@ -128,15 +128,23 @@ config XTENSA_USE_SEPARATE_IMEM
This separate heap will be part of
xiaoxiang781216 commented on a change in pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#discussion_r578075667
##
File path: include/stdint.h
##
@@ -41,28 +41,28 @@
/* Limits of exact-width integer types */
-#define INT8_MIN(-INT8_M
HBL-001 commented on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-780999209
> You need to make sure your board is creating a GPIO driver like this.
>
https://github.com/apache/incubator-nuttx/blob/master/boards/risc-v/bl602/bl602evb/src/bl602_gpio
HBL-001 edited a comment on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-780999209
> You need to make sure your board is creating a GPIO driver like this.
>
https://github.com/apache/incubator-nuttx/blob/master/boards/risc-v/bl602/bl602evb/src/bl6
HBL-001 commented on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-781003808
> You need to add logic to your board src/ directory to create the lower
half gpio driver and to register the specific pins that you want to control.
See references to CONFI
patacongo commented on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-781015790
> So I need to create a Sam_gpio.c file that calls Sam_configgpio() for each
of the pins I need to use. Is this the "lower half" driver?
That is only part of what yo
patacongo edited a comment on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-781015790
> So I need to create a Sam_gpio.c file that calls Sam_configgpio() for each
of the pins I need to use. Is this the "lower half" driver?
That is only part of
btashton commented on issue #2862:
URL:
https://github.com/apache/incubator-nuttx/issues/2862#issuecomment-781021790
Yeah the one I linked is fairly recently implemented and tested. Most of
the code in there is for supporting interrupts which you may or may not want to
use. The example d
masayuki2009 commented on pull request #2864:
URL: https://github.com/apache/incubator-nuttx/pull/2864#issuecomment-781035884
I've adjusted CONFIG_NSH_TELNETD_CLIENTSTACKSIZ and
CONFIG_USERMAIN_STACKSIZE.
This is an auto
hotislandn commented on pull request #2853:
URL: https://github.com/apache/incubator-nuttx/pull/2853#issuecomment-781085372
Sure. I would like to give it a try.
This is an automated message from the Apache Git Service.
To res
hotislandn opened a new pull request #2865:
URL: https://github.com/apache/incubator-nuttx/pull/2865
Signed-off-by: hotislandn
## Summary
This patch merges the two arch_elf.c files dedicated for rv32 and rv64 into
a unified one.
## Impact
libs:libc:machine for risc-v ta
codebje commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r578181641
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bool
57 matches
Mail list logo