[GitHub] [incubator-nuttx] v01d opened a new issue #1020: [RFC] Using devicetree (DTS) to improve board support

2020-05-09 Thread GitBox
v01d opened a new issue #1020: URL: https://github.com/apache/incubator-nuttx/issues/1020 I've been thinking and researching for some time ways to improve how boards are supported in NuttX. I would like to describe a mechanism I believe would be useful in order to get feedback from maintai

[incubator-nuttx] branch master updated: Fix minor spacing problems from 1017 and 1018

2020-05-09 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 fbbf1df Fix minor spacing problem

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1019: Fix minor spacing problems from 1017 and 1018

2020-05-09 Thread GitBox
patacongo opened a new pull request #1019: URL: https://github.com/apache/incubator-nuttx/pull/1019 ## Summary PRs 1017 and 1018 messed up some spacing in a few places. This PR fixes those. ## Impact None ## Testing N/A -

[incubator-nuttx] branch master updated (4b44b62 -> 3ac629b)

2020-05-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 4b44b62 Run nxstyle against all .c and .h files modified by this PR. new f92dba2 sched/sched/sched.h

[incubator-nuttx] 02/02: Run all .c and .h files modifed by the PR though nxstyle.

2020-05-09 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 commit 3ac629bdfb76f7850ad56959ace787a7775e2a50 Author: Gregory Nutt AuthorDate: Sat May 9 13:25:30 2020 -0600 R

[incubator-nuttx-apps] 01/03: netutils/dhcpd: cancelable dhcp daemon

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 018c9420ac1c5b085344ce4911e182566600e565 Author: chao.an AuthorDate: Fri May 8 14:30:04 2020 +0800 net

[incubator-nuttx-apps] branch master updated (baea789 -> 7a9eea5)

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from baea789 examples/thttpd/content/tasks/tasks.c: nxstyle check. new 018c942 netutils/dhcpd: cancel

[incubator-nuttx-apps] 03/03: netutils/dhcpd: fix nxstyle warning

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 7a9eea5abadf77fcab78a9d6fa3457bcec4f5655 Author: chao.an AuthorDate: Fri May 8 10:58:42 2020 +0800 net

[incubator-nuttx-apps] 02/03: examples/dhcpd: reuse the router ip/mask from dhcpd lib

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 3aefe08cba16eddfe0d970c658890edf9857df65 Author: chao.an AuthorDate: Sat May 9 14:29:24 2020 +0800 exa

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #243: netutils/dhcpd: cancelable dhcp daemon

2020-05-09 Thread GitBox
patacongo commented on a change in pull request #243: URL: https://github.com/apache/incubator-nuttx-apps/pull/243#discussion_r422536405 ## File path: netutils/dhcpd/dhcpd.c ## @@ -82,9 +82,10 @@ #define DHCP_SERVER_PORT 67 #define DHCP_CLIENT_PORT 68 -/* O

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1018: sched/sched/sched.h: Make naming of all internal names consistent

2020-05-09 Thread GitBox
patacongo opened a new pull request #1018: URL: https://github.com/apache/incubator-nuttx/pull/1018 ## Summary 1. Add internal scheduler functions should begin with nxsched_, not sched_ 2. Follow the consistent naming patter of https://cwiki.apache.org/confluence/display/NUTTX/Nam

[GitHub] [incubator-nuttx] btashton commented on pull request #1004: PCI Refactoring

2020-05-09 Thread GitBox
btashton commented on pull request #1004: URL: https://github.com/apache/incubator-nuttx/pull/1004#issuecomment-626214529 If you run your test again with the previous brute force search can you send me the bdf that were found. That will answer the question about the hierarchy. I made prog

[GitHub] [incubator-nuttx] patacongo commented on pull request #1017: include/nuttx/sched.h: Make naming of all internal names consistent

2020-05-09 Thread GitBox
patacongo commented on pull request #1017: URL: https://github.com/apache/incubator-nuttx/pull/1017#issuecomment-626213221 Apps PR 244 has been merged. PR checks are good again. If I caused your PR check to fail, I offer my apolgies and recommend that you just restart the checks. -

[incubator-nuttx-apps] 02/02: examples/thttpd/content/tasks/tasks.c: nxstyle check.

2020-05-09 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-apps.git commit baea7891378c5319f65de2e1b869c747da16fa6d Author: Gregory Nutt AuthorDate: Sat May 9 11:26:24 2020 -0600

[incubator-nuttx-apps] 01/02: examples/thttpd/content/tasks/tasks.c: Update OS internal name

2020-05-09 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-apps.git commit 3abdf30e8c62f1a82fc48a0763392ba6c8b0ee2d Author: Gregory Nutt AuthorDate: Sat May 9 11:16:16 2020 -0600

[incubator-nuttx-apps] branch master updated (d7a5313 -> baea789)

2020-05-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from d7a5313 Revert "CI: use 'git diff $commits' as a whole patchset to do checkpatch" new 3abdf30

[GitHub] [incubator-nuttx] patacongo commented on pull request #1017: include/nuttx/sched.h: Make naming of all internal names consistent

2020-05-09 Thread GitBox
patacongo commented on pull request #1017: URL: https://github.com/apache/incubator-nuttx/pull/1017#issuecomment-626211875 I think that the correct fix for the use of nxsched_foreach in apps/netutils/thttpd would be to use the procfs file system. I think all of that information is availab

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #244: examples/thttpd/content/tasks/tasks.c: Update OS internal name

2020-05-09 Thread GitBox
patacongo edited a comment on pull request #244: URL: https://github.com/apache/incubator-nuttx-apps/pull/244#issuecomment-626211148 In order to complete the renaming of sched functions, two things should be done: 1. All of the functions in sched/sched/sched.h need to modified to fo

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #244: examples/thttpd/content/tasks/tasks.c: Update OS internal name

2020-05-09 Thread GitBox
patacongo edited a comment on pull request #244: URL: https://github.com/apache/incubator-nuttx-apps/pull/244#issuecomment-626211148 In order to complete the renaming of sched functions, two things should be done: 1. All of the functions in sched/sched/sched.h need to modified to fo

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #244: examples/thttpd/content/tasks/tasks.c: Update OS internal name

2020-05-09 Thread GitBox
patacongo commented on pull request #244: URL: https://github.com/apache/incubator-nuttx-apps/pull/244#issuecomment-626211148 In order to complete the renaming of sched functions, two things should be done: 1. All of the functions in sched/sched/sched.h need to modified to follow t

[GitHub] [incubator-nuttx] patacongo commented on pull request #1017: include/nuttx/sched.h: Make naming of all internal names consistent

2020-05-09 Thread GitBox
patacongo commented on pull request #1017: URL: https://github.com/apache/incubator-nuttx/pull/1017#issuecomment-626210686 Note: This depends on apps PR 244: - The internal interfaces were renamed. The internal interfaces must not be used by applications. They should not be refere

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #244: examples/thttpd/content/tasks/tasks.c: Update OS internal name

2020-05-09 Thread GitBox
patacongo opened a new pull request #244: URL: https://github.com/apache/incubator-nuttx-apps/pull/244 This logic uses the OS internal nxsched_foreach() function. This is a violation of the POSIX OS interface. But for now, we just update the name. ---

[incubator-nuttx] branch master updated (8b28902 -> 4b44b62)

2020-05-09 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 8b28902 semaphore: do not assert if the count exceeds the limit new a4218e2 include/nuttx/sched.h:

[GitHub] [incubator-nuttx] patacongo commented on pull request #1017: include/nuttx/sched.h: Make naming of all internal names consistent

2020-05-09 Thread GitBox
patacongo commented on pull request #1017: URL: https://github.com/apache/incubator-nuttx/pull/1017#issuecomment-626199885 Please ignore complaints of Mixed case identifiers in ESP32 files. These are references to Expressif ROM functions which are outside of the scope of NuttX.

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1017: include/nuttx/sched.h: Make naming of all internal names consistent

2020-05-09 Thread GitBox
patacongo opened a new pull request #1017: URL: https://github.com/apache/incubator-nuttx/pull/1017 ## Summary 1. Add internal scheduler functions should begin with nxsched_, not sched_ 2. Follow the consistent naming patter of https://cwiki.apache.org/confluence/display/NUTTX/Nam

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626186740 Ok, I see. ucontext is required to jump inside signal handler, so it's better to have: 1.one patch implement the premptive context switch completely 2.one p

[GitHub] [incubator-nuttx] sebastianene07 edited a comment on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 edited a comment on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626184887 > > > @sebastianene07 I stop to review the last several patch because it's better to reorg your patch into a meaning set. For example, I found serveral pat

[GitHub] [incubator-nuttx] sebastianene07 commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626184887 > > > @sebastianene07 I stop to review the last several patch because it's better to reorg your patch into a meaning set. For example, I found serveral patch fix

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422498303 ## File path: arch/sim/src/sim/up_idle.c ## @@ -89,6 +89,15 @@ void up_idle(void) } #endif +#ifndef CONFIG_SIM_PREEMPTIBLE + /* I

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 edited a comment on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626177855 > > @sebastianene07 I stop to review the last several patch because it's better to reorg your patch into a meaning set. For example, I found serveral patc

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626177855 > > @sebastianene07 I stop to review the last several patch because it's better to reorg your patch into a meaning set. For example, I found serveral patch fix t

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422496321 ## File path: arch/sim/src/sim/up_idle.c ## @@ -89,6 +89,15 @@ void up_idle(void) } #endif +#ifndef CONFIG_SIM_PREEMPTIBLE + /* I

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422496321 ## File path: arch/sim/src/sim/up_idle.c ## @@ -89,6 +89,15 @@ void up_idle(void) } #endif +#ifndef CONFIG_SIM_PREEMPTIBLE + /* I

[GitHub] [incubator-nuttx] sebastianene07 commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626176498 > @sebastianene07 I stop to review the last several patch because it's better to reorg your patch into a meaning set. For example, I found serveral patch fix the

[GitHub] [incubator-nuttx-apps] patacongo commented on pull request #243: netutils/dhcpd: cancelable dhcp daemon

2020-05-09 Thread GitBox
patacongo commented on pull request #243: URL: https://github.com/apache/incubator-nuttx-apps/pull/243#issuecomment-626176433 > > > Dependent on "incubator-nuttx #1016" 1016 has been merged. I will restart the checks. ---

[incubator-nuttx] branch master updated (0887203 -> 8b28902)

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 0887203 tcp/conn: request arp before the 3-way handshake add 8b28902 semaphore: do not assert if the c

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422495646 ## File path: arch/sim/src/sim/up_timer.c ## @@ -0,0 +1,169 @@ +/*

[incubator-nuttx] branch master updated (027ffa1 -> 0887203)

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 027ffa1 boards: update the defconfig add 0887203 tcp/conn: request arp before the 3-way handshake No

[incubator-nuttx] branch master updated (b94a769 -> 027ffa1)

2020-05-09 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from b94a769 Revert "CI: use 'git diff $commits' as a whole patchset to do checkpatch" add 027ffa1 boards:

[GitHub] [incubator-nuttx] patacongo commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
patacongo commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626175549 > > > does windows have ucontext stuff? > (just a question. i don't know the current state of windows support.) Windows has several different environme

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422495320 ## File path: arch/sim/src/sim/up_interruptcontext.c ## @@ -43,10 +43,47 @@ #include #include "up_internal.h" +#ifdef CONFIG_SIM_PREE

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422494861 ## File path: arch/sim/include/irq.h ## @@ -44,6 +44,10 @@ * Included Files ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422494270 ## File path: arch/sim/src/sim/up_timer.c ## @@ -0,0 +1,169 @@ +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422494270 ## File path: arch/sim/src/sim/up_timer.c ## @@ -0,0 +1,169 @@ +/*

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422494342 ## File path: arch/sim/src/sim/up_idle.c ## @@ -89,6 +89,15 @@ void up_idle(void) } #endif +#ifndef CONFIG_SIM_PREEMPTIBLE + /* If

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422494270 ## File path: arch/sim/src/sim/up_timer.c ## @@ -0,0 +1,169 @@ +/*

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422493966 ## File path: arch/sim/src/sim/up_interruptcontext.c ## @@ -43,10 +43,47 @@ #include #include "up_internal.h" +#ifdef CONFIG_SIM_PREEM

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422493854 ## File path: arch/sim/src/sim/up_timer.c ## @@ -0,0 +1,169 @@ +/**

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1008: board specific code moved to boards folder and ipv6 support added for rx65n

2020-05-09 Thread GitBox
xiaoxiang781216 commented on pull request #1008: URL: https://github.com/apache/incubator-nuttx/pull/1008#issuecomment-626172952 @RB-tel could you rebase your patch instead merge? The PR seams include many unnecessary merge.

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422492994 ## File path: arch/sim/src/sim/up_timer.c ## @@ -0,0 +1,169 @@ +/**

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626130151 @sebastianene07 I stop to review the last several patch because it's better to reorg your patch into a meaning set. For example, I found serveral patch fix the p

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422464666 ## File path: arch/sim/Kconfig ## @@ -474,4 +474,22 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent

[GitHub] [incubator-nuttx] anchao opened a new pull request #1016: boards: update the defconfig

2020-05-09 Thread GitBox
anchao opened a new pull request #1016: URL: https://github.com/apache/incubator-nuttx/pull/1016 ## Summary reuse the router ip/mask from dhcpd lib CONFIG_EXAMPLES_DHCPD_IPADDR -> CONFIG_NETUTILS_DHCPD_ROUTERIP CONFIG_EXAMPLES_DHCPD_DRIPADDR -> CONFIG_NETUTILS_DHCPD_ROUTERIP

[GitHub] [incubator-nuttx-apps] anchao commented on pull request #243: netutils/dhcpd: cancelable dhcp daemon

2020-05-09 Thread GitBox
anchao commented on pull request #243: URL: https://github.com/apache/incubator-nuttx-apps/pull/243#issuecomment-626125728 Dependent on "incubator-nuttx #1016" This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-nuttx-apps] anchao opened a new pull request #243: netutils/dhcpd: cancelable dhcp daemon

2020-05-09 Thread GitBox
anchao opened a new pull request #243: URL: https://github.com/apache/incubator-nuttx-apps/pull/243 ## Summary netutils/dhcpd: cancelable dhcp daemon ## Impact ## Testing This is an automated message

[GitHub] [incubator-nuttx] anchao opened a new pull request #1015: tcp/conn: request arp before the 3-way handshake

2020-05-09 Thread GitBox
anchao opened a new pull request #1015: URL: https://github.com/apache/incubator-nuttx/pull/1015 ## Summary tcp/conn: request arp before the 3-way handshake Since the request address was not properly resolved before the handshake, every time of connection, the handshake data wil

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
yamt commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422462711 ## File path: arch/sim/include/irq.h ## @@ -44,6 +44,10 @@ * Included Files *

[GitHub] [incubator-nuttx] anchao opened a new pull request #1014: semaphore: do not assert if the count exceeds the limit

2020-05-09 Thread GitBox
anchao opened a new pull request #1014: URL: https://github.com/apache/incubator-nuttx/pull/1014 ## Summary semaphore: do not assert if the count exceeds the limit Linux Programmer's Manual: SEM_POST(3) NAME sem_post - unlock a semaphore ... ERRORS

[GitHub] [incubator-nuttx] yamt commented on pull request #1009: Add support for preemptive scheduling in simulator build

2020-05-09 Thread GitBox
yamt commented on pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#issuecomment-626118616 does windows have ucontext stuff? (just a question. i don't know the current state of windows support.) -