From: Chris Johns
- Convert to python for better performance
---
rtems-bsps | 369 ++---
1 file changed, 320 insertions(+), 49 deletions(-)
diff --git a/rtems-bsps b/rtems-bsps
index 133009046c..82c5150969 100755
--- a/rtems-bsps
+++ b/rtems-bsps
This now captures historical rationale alone with cross-linking
code templates with license guidelines.
Closes #3962.
---
eng/coding-conventions.rst | 19 -
eng/license-requirements.rst | 91 +---
2 files changed, 96 insertions(+), 14 deletions(-)
Hi,
I think I have addressed everyone's comments. I did add a bit of text
near the bottom of the Rationale section. There is a new bullet on
dual-licensed software and a summary paragraph.
Joel Sherrill (1):
Rework RTEMS licensing discussions.
eng/coding-conventions.rst | 19 -
eng/
On Fri, May 1, 2020 at 7:17 AM Joel Sherrill wrote:
>
> This now captures historical rationale alone with cross-linking
along
ACK this patch
> code templates with license guidelines.
>
> Closes #3962.
> ---
> eng/coding-conventions.rst | 19 -
> eng/license-requirements.rst | 91
> ++
On 30/4/20 4:11 pm, Niteesh G. S. wrote:
I have replied to the comment please have a look.
https://github.com/gs-niteesh/rtems-release/commit/58ed0cb3fc1f33f12de8e550979371a51e322754#r38841918
Looks good. Could you please post a patch to this list of the changes?
I have just pushed a number of
The following patches add a script to rtems-release
to automate branching of repositories for rtems
release.
G S Niteesh Babu (2):
rtems-release-defaults: Added rtems_repos to rtems-release-defaults.
rtems-release-branch: Added a script file to branch repositories.
rtems-release-branch |
---
rtems-release-branch | 146 +++
1 file changed, 146 insertions(+)
create mode 100755 rtems-release-branch
diff --git a/rtems-release-branch b/rtems-release-branch
new file mode 100755
index 000..ae8e06c
--- /dev/null
+++ b/rtems-release-branch
@@ -
rtems_repos is variable which contains all rtems_repositories.
For eg: rtems_repos="rtems.git rtems-examples.git etc."
---
rtems-release-defaults | 11 +++
1 file changed, 11 insertions(+)
diff --git a/rtems-release-defaults b/rtems-release-defaults
index 60d9721..fc30157 100755
--- a/rte
Pushed. Many thanks for helping out with this task.
Chris
On 2/5/20 1:52 pm, G S Niteesh Babu wrote:
The following patches add a script to rtems-release
to automate branching of repositories for rtems
release.
G S Niteesh Babu (2):
rtems-release-defaults: Added rtems_repos to rtems-release-
Thanks for pushing it.
Thanks,
Niteesh.
On Sat, May 2, 2020 at 11:05 AM Chris Johns wrote:
> Pushed. Many thanks for helping out with this task.
>
> Chris
>
> On 2/5/20 1:52 pm, G S Niteesh Babu wrote:
> > The following patches add a script to rtems-release
> > to automate branching of reposito
Ok I think I found a solution.
use -integrated-as with clang
clang is using the system assembler(usr/bin/as) instead of the llvm
assembler(llvm-as)
It's still not working but at least assembler command failed error is gone
On Thu, Apr 30, 2020 at 9:36 PM Hesham Almatary
wrote:
>
>
> On Thu, 3
11 matches
Mail list logo