Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-16 Thread Sebastian Huber
On 17/12/2019 07:46, Sebastian Huber wrote: On 17/12/2019 07:31, Sebastian Huber wrote: On 16/12/2019 23:34, Michael Davidsaver wrote: On 12/4/19 8:58 PM, chr...@rtems.org wrote: RTEMS Release Build - 5.0.0-m1912 RTEMS 5 Release snapshot m1912 is avaliable for testing. It can be found at:

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-16 Thread Sebastian Huber
On 17/12/2019 07:31, Sebastian Huber wrote: On 16/12/2019 23:34, Michael Davidsaver wrote: On 12/4/19 8:58 PM, chr...@rtems.org wrote: RTEMS Release Build - 5.0.0-m1912 RTEMS 5 Release snapshot m1912 is avaliable for testing. It can be found at:   https://ftp.rtems.org/pub/rtems/releases/5/

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-16 Thread Sebastian Huber
On 16/12/2019 23:34, Michael Davidsaver wrote: On 12/4/19 8:58 PM, chr...@rtems.org wrote: RTEMS Release Build - 5.0.0-m1912 RTEMS 5 Release snapshot m1912 is avaliable for testing. It can be found at: https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m1912 Please test and report any i

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-16 Thread Michael Davidsaver
On 12/4/19 8:58 PM, chr...@rtems.org wrote: > RTEMS Release Build - 5.0.0-m1912 > > RTEMS 5 Release snapshot m1912 is avaliable for testing. > It can be found at: > > https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m1912 > > Please test and report any issues to the u...@rtems.org or de..

Re: rtems-bin2c

2019-12-16 Thread Joel Sherrill
It used to be built with RTEMS itself. It is now built with the RTEMS toolchain by the RTEMS Source Builder. --joel On Mon, Dec 16, 2019 at 3:07 PM Dudley, David wrote: > Where do I find ‘rtems-bin2c’? > > > > *David Dudley* > > Controls Engineer III > > *Facility for Rare Isotope Beams* > > Mi

rtems-bin2c

2019-12-16 Thread Dudley, David
Where do I find 'rtems-bin2c'? David Dudley Controls Engineer III Facility for Rare Isotope Beams Michigan State University 640 South Shaw Lane East Lansing, MI 48824-1321, USA Tel. 517-908-7133 Email: dudl...@frib.msu.edu [cid:image002.jpg@01D07041.57B6D750] ___

Re: Building rtems-libbsd for pc686

2019-12-16 Thread Sebastian Huber
On 16/12/2019 15:33, Joel Sherrill wrote: On Mon, Dec 16, 2019 at 7:37 AM > wrote: Hello, I tried to build the branch 5-freebsd-12 for the pc686 BSP of the current RTEMS master. The compilation stops at: [  64/1156] Compiling freebsd/sbin/sysctl

Re: Building rtems-libbsd for pc686

2019-12-16 Thread Joel Sherrill
On Mon, Dec 16, 2019 at 7:37 AM wrote: > Hello, > > I tried to build the branch 5-freebsd-12 for the pc686 BSP of the current > RTEMS master. > The compilation stops at: > > [ 64/1156] Compiling freebsd/sbin/sysctl/sysctl.c > ../../freebsd/sbin/sysctl/sysctl.c:72:10: fatal error: machine/pc/bios

Building rtems-libbsd for pc686

2019-12-16 Thread Jan.Sommer
Hello, I tried to build the branch 5-freebsd-12 for the pc686 BSP of the current RTEMS master. The compilation stops at: [ 64/1156] Compiling freebsd/sbin/sysctl/sysctl.c ../../freebsd/sbin/sysctl/sysctl.c:72:10: fatal error: machine/pc/bios.h: No such file or directory #include ^~

Re:Disabling Zynq interrupts

2019-12-16 Thread jameszxj
you can use bsp_interrupt_vector_enable/bsp_interrupt_vector_disable -- Original -- From: "Andy James"___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: Disabling Zynq interrupts

2019-12-16 Thread Sebastian Huber
On 16/12/2019 11:27, Andy James wrote: How do I mask specific fabric interrupts in RTEMS 5 on the Zynq, apart from disabling them in the attached peripheral’s interrupt enable register? You can use bsp_interrupt_vector_enable/disable(). -- Sebastian Huber, embedded brains GmbH Address : Dorni

Disabling Zynq interrupts

2019-12-16 Thread Andy James
How do I mask specific fabric interrupts in RTEMS 5 on the Zynq, apart from disabling them in the attached peripheral's interrupt enable register? I'm looking for something similar to this, but for the Zynq #define LEON_Mask_interrupt( _source ) \ do { \ uint32_t _level; \ \ _level