Re: task info

2019-03-21 Thread Sebastian Huber
- Am 21. Mrz 2019 um 20:41 schrieb mbenson mben...@windhoverlabs.com: > What's the best way to determine the status of a task? Is there an API to > determine if its pending or a runnable state? Is there an API to determine > what its pending on? There is currently no API for this. There

Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-21 Thread Chris Johns
On 21/3/19 8:49 pm, Adam Lindberg wrote: > Yes, a clean virtual machine made the build succeed. Great. > However, cleaning out Homebrew on my normal machine doesn’t make it succeed > still. That is not pleasant. I suspect it is something in the python platform settings that is tripping somethi

Re: task info

2019-03-21 Thread Mathew Benson
Not easily. That's good to know though. Thanks. On Thu, Mar 21, 2019 at 7:23 PM Ian Caddy wrote: > Hi Matthew, > > Do you have access to the shell on a serial or telnet console? > > The RTEMS shell has a "task" command that shows the state of all the tasks > running in your system: > > MNTB [/

Re: task info

2019-03-21 Thread Ian Caddy
Hi Matthew, Do you have access to the shell on a serial or telnet console? The RTEMS shell has a "task" command that shows the state of all the tasks running in your system: MNTB [/] # task ID   NAME SHED PRI STATE  MODES    EVENTS WAITINFO

task info

2019-03-21 Thread Mathew Benson
What's the best way to determine the status of a task? Is there an API to determine if its pending or a runnable state? Is there an API to determine what its pending on? I'm trying to determine what some tasks stopped executing and I can't use a debugger. Preferably, can somebody point me to a

Re: Survey for RTEMS SMP space profile

2019-03-21 Thread Sebastian Huber
Hello, On 07/03/2019 10:01, Sebastian Huber wrote: Hello, in order to provide a good feature set for the RTEMS SMP space profile we need some help from RTEMS users. An ongoing ESA activity tries to pre-qualify a subset of RTEMS according to ECSS standards (ECSS-E-ST-40C and ECSS-Q-ST-80C). T

Re: Waf's dependency on Python3

2019-03-21 Thread Sebastian Huber
On 21/03/2019 10:49, Adam Lindberg wrote: Thats sounds like a good suggestion. How would I go about updating rtems-libbsd? Just point the latest master or is there a tag we should use? I would track the rtems-libbsd/5-freebsd-12 branch which itself tracks the FreeBSD stable/12 branch. You pro

Re: Waf's dependency on Python3

2019-03-21 Thread Adam Lindberg
Thats sounds like a good suggestion. How would I go about updating rtems-libbsd? Just point the latest master or is there a tag we should use? Cheers, Adam -- Adam Lindberg Senior Developer +49 8135 69492 90 Peer Stritzinger GmbHGeschäftsführer: Peer Stritzinger Aumüllerstr. 14 Han

Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-21 Thread Adam Lindberg
Yes, a clean virtual machine made the build succeed. However, cleaning out Homebrew on my normal machine doesn’t make it succeed still. Cheers, Adam -- Adam Lindberg Senior Developer +49 8135 69492 90 Peer Stritzinger GmbHGeschäftsführer: Peer Stritzinger Aumüllerstr. 14 Handelsreg

stm32f4 i2c

2019-03-21 Thread 787562067
Hi, ALL! i have two questions: 1, After RTEMS_BSPOPTS_SET([STM32F4_ENABLE_I2C1],[*],[1]) enable i2c1 then what i need to do? 2, how to write the app code, is there an example? Thanks in advance!___ users mailing list users@rtems.org http://lists.rtems.

?????? usart read variable string

2019-03-21 Thread 787562067
I have tried to code it as the attached file, but it does not work well, read return only one char when i input a string from PC serial port tool at the same time, testcom1 function also is called more than one time, i dont know why RTEMS4.11.3 on stm32f407 //below is the log [15:01:32.168]