Thx, I'll send a new version of the commits today. The issue in the NTP test
will also be resolved.
> FREEBSD should be FreeBSD.
>
> On 04/05/2022 14:12, Gabriel Moyano wrote:
> > ---
> > cpukit/include/sys/timepps.h | 21
> > cpukit/score/src/kern_tc.c | 38 +++
This is the 4th version of the patches for enabling the PPS API in RTEMS6.
Gabriel Moyano (11):
kern_ntptime.c: Disable freebsd features
kern_ntptime.c: Add lmax() qmin() definitions
kern_tc.c: Add atomic dependencies required by the PPS API
kern_tc.c: Replace FreeBSD event mechanism by a
---
cpukit/score/src/kern_ntptime.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpukit/score/src/kern_ntptime.c b/cpukit/score/src/kern_ntptime.c
index 610386833c..da6b425064 100644
--- a/cpukit/score/src/kern_ntptime.c
+++ b/cpukit/score/src/kern_ntptime.c
@@ -71,6 +71,8 @@ __FBSDID("$F
---
cpukit/score/src/kern_ntptime.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/cpukit/score/src/kern_ntptime.c b/cpukit/score/src/kern_ntptime.c
index cb39133408..610386833c 100644
--- a/cpukit/score/src/kern_ntptime.c
+++ b/cpukit/score/src/kern_ntptime.c
@@ -73,9 +73,
---
cpukit/include/sys/timepps.h | 24 +
cpukit/score/src/kern_tc.c | 41
2 files changed, 65 insertions(+)
diff --git a/cpukit/include/sys/timepps.h b/cpukit/include/sys/timepps.h
index 5703381ffa..2513298557 100644
--- a/cpukit/include/
---
cpukit/include/sys/timepps.h | 7 +++
cpukit/score/src/kern_tc.c | 7 +++
2 files changed, 14 insertions(+)
diff --git a/cpukit/include/sys/timepps.h b/cpukit/include/sys/timepps.h
index 01212f0b43..5703381ffa 100644
--- a/cpukit/include/sys/timepps.h
+++ b/cpukit/include/sys/timepp
---
cpukit/include/rtems/score/timecounter.h | 8
cpukit/include/sys/timetc.h | 3 +++
cpukit/score/src/kern_tc.c | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/cpukit/include/rtems/score/timecounter.h
b/cpukit/include/rtems/score/timeco
---
cpukit/include/sys/timepps.h | 1 +
cpukit/score/src/kern_ntptime.c | 10 --
testsuites/sptests/spntp01/init.c | 2 +-
3 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/cpukit/include/sys/timepps.h b/cpukit/include/sys/timepps.h
index 2513298557..30bca70c8d 10064
---
cpukit/score/src/kern_tc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 2e2ffd8ef1..25d0837b63 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -56,6 +56,11 @@
#definetimecounter _Time
---
cpukit/score/src/kern_ntptime.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cpukit/score/src/kern_ntptime.c b/cpukit/score/src/kern_ntptime.c
index da6b425064..c1b4013e9b 100644
--- a/cpukit/score/src/kern_ntptime.c
+++ b/cpukit/score/src/kern_ntptime.c
@@ -58,6 +58,9 @@ __FBSDID("$
---
spec/build/testsuites/sptests/grp.yml | 2 +
spec/build/testsuites/sptests/sppps01.yml | 19 +++
testsuites/sptests/sppps01/init.c | 191 ++
3 files changed, 212 insertions(+)
create mode 100644 spec/build/testsuites/sptests/sppps01.yml
create mode 100644 t
---
cpukit/score/src/kern_tc.c | 4
1 file changed, 4 deletions(-)
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 25d0837b63..80b1be364c 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -1903,7 +1903,6 @@ SYSCTL_PROC(_kern_timecounter, O
---
cpukit/include/rtems/score/timecounter.h | 17 +
cpukit/include/sys/timepps.h | 3 +++
2 files changed, 20 insertions(+)
diff --git a/cpukit/include/rtems/score/timecounter.h
b/cpukit/include/rtems/score/timecounter.h
index fdade06128..95e0839cff 100644
--- a/cpu
The system_stm32h7xx.c file provided in the boards/stm/stm32h7b3i-dk
subdirectory needs a bit of clarification as it references "root directory"
in its license comment and it's not clear where this points out.
Let's add clarification comment about it and also based on it
and resulting license let's
Also updated list of SMP architectures and added enough lead in
to let users know the source code was the definitive answer.
---
c-user/config/general.rst | 6 +++---
c-user/config/mpci.rst| 17
c-user/config/posix-api.rst
15 matches
Mail list logo