|
Re: Upgrade of RTC api.
Hi,
Current API already supports multiple instances of a given device driver, so that's fine.
That is missing indeed. Or, more precisely, the only current way to support this is to
have a struct
Hi,
Current API already supports multiple instances of a given device driver, so that's fine.
That is missing indeed. Or, more precisely, the only current way to support this is to
have a struct
|
By
Tomasz Bursztyka
·
#223
·
|
|
Re: Testing random number generators
Would be a great idea. Especially useful to bring to the surface RNGs that have been interfaced to the system without a whitening filter...
Daniel.
Would be a great idea. Especially useful to bring to the surface RNGs that have been interfaced to the system without a whitening filter...
Daniel.
|
By
Daniel Thompson <daniel.thompson@...>
·
#222
·
|
|
Re: Testing random number generators
Seems like a pretty worth while thing to work on. We have some support for a few random number generators in the tree already (drivers/random). So I think a test app as you described shouldn’t be
Seems like a pretty worth while thing to work on. We have some support for a few random number generators in the tree already (drivers/random). So I think a test app as you described shouldn’t be
|
By
Kumar Gala
·
#221
·
|
|
Re: Upgrade of RTC api.
Do you think we will have systems with multiple RTC in them? I’m generally for supporting multiples of a given device type, just wonder about RTCs.
We need to have a standard view of time
Do you think we will have systems with multiple RTC in them? I’m generally for supporting multiples of a given device type, just wonder about RTCs.
We need to have a standard view of time
|
By
Kumar Gala
·
#220
·
|
|
Re: Reg: Command handling Via USB driver
<andrei.emeltchenko.news@...> wrote:
IIRC, last time I tried this (5 or so years ago), composite devices
required custom drivers on Windows. That may not work for a factory
line test
<andrei.emeltchenko.news@...> wrote:
IIRC, last time I tried this (5 or so years ago), composite devices
required custom drivers on Windows. That may not work for a factory
line test
|
By
Marti Bolivar <marti.bolivar@...>
·
#219
·
|
|
Re: Odp.: Graphics and Zephyr
Interesting product indeed but beware of the "100% open" on the front page. ugfx is not open source... merely "open".
Daniel.
Interesting product indeed but beware of the "100% open" on the front page. ugfx is not open source... merely "open".
Daniel.
|
By
Daniel Thompson <daniel.thompson@...>
·
#218
·
|
|
Odp.: Graphics and Zephyr
Hi Bill,
I'm not sure if ugfx has been ported to Zephyr but you can check it anyway. I've heard good things about it.
https://ugfx.io/
Od: zephyr-devel-bounces@... <zephyr-devel-bounces@...> w
Hi Bill,
I'm not sure if ugfx has been ported to Zephyr but you can check it anyway. I've heard good things about it.
https://ugfx.io/
Od: zephyr-devel-bounces@... <zephyr-devel-bounces@...> w
|
By
Bober, Wojciech
·
#217
·
|
|
Re: Reg: Command handling Via USB driver
Hi,
You can combine those descriptors together to have multifunction device.
http://www.beyondlogic.org/usbnutshell/usb5.shtml
(I have not tried it myself)
Best regards
Andrei Emeltchenko
Hi,
You can combine those descriptors together to have multifunction device.
http://www.beyondlogic.org/usbnutshell/usb5.shtml
(I have not tried it myself)
Best regards
Andrei Emeltchenko
|
By
Andrei
·
#216
·
|
|
Re: [RFC] MPU support for debugging
This is a great topic to bring up. In addition to an MPU policy to protect
threads for debugging, we do need to specify a system-level policy that get
applied at boot, even if we are not protecting
This is a great topic to bring up. In addition to an MPU policy to protect
threads for debugging, we do need to specify a system-level policy that get
applied at boot, even if we are not protecting
|
By
Boie, Andrew P
·
#215
·
|
|
Re: [RFC] MPU support for debugging
Yet another example that shows the importance of laying out early what
the different MPU regions will be used for, as stated in the top comment
in my original reply to the RFC.
Yet another example that shows the importance of laying out early what
the different MPU regions will be used for, as stated in the top comment
in my original reply to the RFC.
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#214
·
|
|
Re: [RFC] MPU support for debugging
I had planned on checking user pointers unconditionally, I think it's a common programming mistake. When running in supervisor mode on behalf of a user thread, we should make sure any buffers passed
I had planned on checking user pointers unconditionally, I think it's a common programming mistake. When running in supervisor mode on behalf of a user thread, we should make sure any buffers passed
|
By
Boie, Andrew P
·
#213
·
|
|
Re: [RFC] MPU support for debugging
I would like to add one more point to the discussion. It is maybe not directly related to the topic but should likely be considered when designing MPU support.
Occasionally, mainly in
I would like to add one more point to the discussion. It is maybe not directly related to the topic but should likely be considered when designing MPU support.
Occasionally, mainly in
|
By
Piotr Mienkowski
·
#212
·
|
|
Re: how to user KTimer?
Ben,
Thanks for the explanation! It is very clear now.
Regards,
Jun
Ben,
Thanks for the explanation! It is very clear now.
Regards,
Jun
|
By
Li, Jun R
·
#211
·
|
|
Re: [RFC] MPU support for debugging
Agreed, but I think this can be made optional if the application is
trusted and user-space is used more as a debugging aid. Although, that's
Yet Another Kconfig configuration to verify.
Agreed, but I think this can be made optional if the application is
trusted and user-space is used more as a debugging aid. Although, that's
Yet Another Kconfig configuration to verify.
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#210
·
|
|
Re: how to user KTimer?
Hi Jun,
<duration> is the time before the first timer expiry, and <period> is
the period at which it will expiry subsenquently. If you specify a
<period> of 0, the timer only fire once.
e.g.
If the
Hi Jun,
<duration> is the time before the first timer expiry, and <period> is
the period at which it will expiry subsenquently. If you specify a
<period> of 0, the timer only fire once.
e.g.
If the
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#209
·
|
|
Re: Reg: Command handling Via USB driver
Hi
Thanks for the reply
But as of now with the available zephyr, the USB can work either as DFU flashing or as UART over USB (CDC) and not both functionalities together.
We have a requirement at End
Hi
Thanks for the reply
But as of now with the available zephyr, the USB can work either as DFU flashing or as UART over USB (CDC) and not both functionalities together.
We have a requirement at End
|
By
Mahendravarman Rajarao (RBEI/EAA10) <Mahendravarman.Rajarao@...>
·
#208
·
|
|
Re: [RFC] MPU support for debugging
And validation of all the arguments passed into each function call. No
point going to all this trouble if userspace code can pass in dodgy
pointers or lengths etc. to the kernel.
--
Tixy
And validation of all the arguments passed into each function call. No
point going to all this trouble if userspace code can pass in dodgy
pointers or lengths etc. to the kernel.
--
Tixy
|
By
Jon Medhurst (Tixy) <tixy@...>
·
#207
·
|
|
Re: Reg: GPIO callbacks on galileo Gen 2
Hi Vishal,
The button example was originally created for the nucleo_f103rb board, and then expanded for others. However, looking at the latest README.rst, galileo is not in the supported list.
Hi Vishal,
The button example was originally created for the nucleo_f103rb board, and then expanded for others. However, looking at the latest README.rst, galileo is not in the supported list.
|
By
Dinh, Kien T
·
#206
·
|
|
how to user KTimer?
Hi there,
I’m trying to use the “k_timer” in my project, and get confused by the parameters in the function “k_timer_start(struct k_timer *timer, int32_t duration, int32_t period)”. How
Hi there,
I’m trying to use the “k_timer” in my project, and get confused by the parameters in the function “k_timer_start(struct k_timer *timer, int32_t duration, int32_t period)”. How
|
By
Li, Jun R
·
#205
·
|
|
Graphics and Zephyr
I'm looking around for RTOSs that support graphics and while I don't see any references to graphics support in Jira or schedules I'm hoping someone knows of a 3rd party library that would
I'm looking around for RTOSs that support graphics and while I don't see any references to graphics support in Jira or schedules I'm hoping someone knows of a 3rd party library that would
|
By
Bill Rees
·
#204
·
|