|
NRF1802
Sir,
Can you help me ? I tried to implement the ADC on that chip but now success!
Can you send a simple example that enable a analog input (for example 10 bits, and intern 3.3V reference) and read it
Sir,
Can you help me ? I tried to implement the ADC on that chip but now success!
Can you send a simple example that enable a analog input (for example 10 bits, and intern 3.3V reference) and read it
|
By
Miguel Wisintainer <tcpipchip@...>
·
#6259
·
|
|
Zephyr 2.0 Released
Hi,
We are excited to announce the release of Zephyr RTOS version 2.0.0!
The 2.0.0 is the first Zephyr release after the 1.14.0 LTS release in April 2019.
Major enhancements with this release
Hi,
We are excited to announce the release of Zephyr RTOS version 2.0.0!
The 2.0.0 is the first Zephyr release after the 1.14.0 LTS release in April 2019.
Major enhancements with this release
|
By
Glaropoulos, Ioannis
·
#6258
·
|
|
Re: west and (no) data loss, was: Re: [Zephyr-users] Do not use west v0.6.1; upgrade to v0.6.2
Hi Paul,
These are important questions, and I'm glad you've asked them. I will
try to provide a fair amount of detail along with short answers.
Paul Sokolovsky <paul.sokolovsky@...>
Hi Paul,
These are important questions, and I'm glad you've asked them. I will
try to provide a fair amount of detail along with short answers.
Paul Sokolovsky <paul.sokolovsky@...>
|
By
Bolivar, Marti
·
#6257
·
|
|
west and (no) data loss, was: Re: [Zephyr-users] Do not use west v0.6.1; upgrade to v0.6.2
Hello Marti,
"Bolivar, Marti" <marti.bolivar@...> wrote:
Speaking of data loss... I figure I have local changes in modules
managed (stroked thru) initially checked out by west. Can west
Hello Marti,
"Bolivar, Marti" <marti.bolivar@...> wrote:
Speaking of data loss... I figure I have local changes in modules
managed (stroked thru) initially checked out by west. Can west
|
By
Paul Sokolovsky
·
#6256
·
|
|
Video 4 Zephyr - call for reviews
Hi all,
Reviews are welcome on the Video Zephyr API PR:
https://github.com/zephyrproject-rtos/zephyr/pull/17194
This pull request introduces a generic Video API, highly inspired by existing
Hi all,
Reviews are welcome on the Video Zephyr API PR:
https://github.com/zephyrproject-rtos/zephyr/pull/17194
This pull request introduces a generic Video API, highly inspired by existing
|
By
Loic Poulain
·
#6255
·
|
|
why the reschrdule not permitted if lock key nested ?
HI guys:
in kerne impl. many scenarios would call the z_reschedule to yield volunteer if the thread`s resource request did not meets.
but the "resched" condition check confuse me, it seems only
HI guys:
in kerne impl. many scenarios would call the z_reschedule to yield volunteer if the thread`s resource request did not meets.
but the "resched" condition check confuse me, it seems only
|
By
"曹子龙
·
#6254
·
|
|
Re: OpenThread development guide
Hi Arun,
I’m afraid I’m not in the position to make any statements about OpenThread integration roadmap at this point.
Regards,
Robert
From: Benjamin Lindqvist
Hi Arun,
I’m afraid I’m not in the position to make any statements about OpenThread integration roadmap at this point.
Regards,
Robert
From: Benjamin Lindqvist
|
By
Lubos, Robert
·
#6253
·
|
|
Re: OpenThread development guide
Hi Benjamin,
I agree with you about priorities and all. I was looking of an overall road map for further developments around openthread and zephyr. As Robert mentioned the lack of resources, i was
Hi Benjamin,
I agree with you about priorities and all. I was looking of an overall road map for further developments around openthread and zephyr. As Robert mentioned the lack of resources, i was
|
By
Arun kumar
·
#6252
·
|
|
Re: OpenThread development guide
Hi Arun,
The NCP should probably not be high in the list of priorities - I doubt it makes a huge difference for the infrastructure that the NCP was compiled from some Nordic SDK or whatever.
This is
Hi Arun,
The NCP should probably not be high in the list of priorities - I doubt it makes a huge difference for the infrastructure that the NCP was compiled from some Nordic SDK or whatever.
This is
|
By
Benjamin Lindqvist
·
#6251
·
|
|
Re: OpenThread development guide
Hi Robert,
Do we have clear road map for openthread integration in zephyr (I mean integration of NCP like things we are lacking so far) ?
with regards,
--
Arun kumar
Bachelor of
Hi Robert,
Do we have clear road map for openthread integration in zephyr (I mean integration of NCP like things we are lacking so far) ?
with regards,
--
Arun kumar
Bachelor of
|
By
Arun kumar
·
#6250
·
|
|
Re: How to build external drivers
Joris Offouga <offougajoris@...> writes:
Great! Glad it helped.
Joris Offouga <offougajoris@...> writes:
Great! Glad it helped.
|
By
Bolivar, Marti
·
#6249
·
|
|
Re: How to build external drivers
Hi Marti,
Thanks for your help, I was inspired by the nrf repo and I could build my driver.
Best Regards,
Joris Offouga
--
Best Regards,
Joris Offouga
Hi Marti,
Thanks for your help, I was inspired by the nrf repo and I could build my driver.
Best Regards,
Joris Offouga
--
Best Regards,
Joris Offouga
|
By
Joris Offouga
·
#6248
·
|
|
Re: How to build external drivers
"Joris Offouga via Lists.Zephyrproject.Org"
<offougajoris=gmail.com@...> writes:
Just a couple of notes:
- the board doesn't have to be specified twice
- the default source
"Joris Offouga via Lists.Zephyrproject.Org"
<offougajoris=gmail.com@...> writes:
Just a couple of notes:
- the board doesn't have to be specified twice
- the default source
|
By
Bolivar, Marti
·
#6247
·
|
|
Re: How to build external drivers
Hi Sebastian,
Thanks for your quick reply, does it have to have a specific folder structure like for boards too? If yes which one ?
--
Best Regards,
Joris Offouga
Hi Sebastian,
Thanks for your quick reply, does it have to have a specific folder structure like for boards too? If yes which one ?
--
Best Regards,
Joris Offouga
|
By
Joris Offouga
·
#6246
·
|
|
Re: How to build external drivers
Yes,
you can add out-of-tree directories that contain CMakeLists.txt files that define zephyr libraries (like drivers), by doing
west build -b board_name . --
Yes,
you can add out-of-tree directories that contain CMakeLists.txt files that define zephyr libraries (like drivers), by doing
west build -b board_name . --
|
By
Sebastian Boe
·
#6245
·
|
|
How to build external drivers
Hi all,
How to build external drivers with zephyr, like board with example : west build -b board_name . -- -DBOARD=board_name -DBOARD_ROOT=<path_to_board>.
is there a similar command for
Hi all,
How to build external drivers with zephyr, like board with example : west build -b board_name . -- -DBOARD=board_name -DBOARD_ROOT=<path_to_board>.
is there a similar command for
|
By
Joris Offouga
·
#6244
·
|
|
Re: Dev-Review Meeting Agenda (Sept 5)
Discussing individual issues doesn't seem like an effective use of time, though discussing how issue assessments can be done offline and reviewed in summary form might be helpful.
But I'd like to get
Discussing individual issues doesn't seem like an effective use of time, though discussing how issue assessments can be done offline and reviewed in summary form might be helpful.
But I'd like to get
|
By
Peter A. Bigot
·
#6243
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 09/05/2019 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 5 September 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 5 September 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6242
·
|
|
Re: NRF52810
It can run on SKYLAB VG01
De: Miguel Wisintainer <tcpipchip@...>
Enviado: quarta-feira, 4 de setembro de 2019 21:37
Para: Bolivar, Marti <Marti.Bolivar@...>; Brett Preston <bpreston@...>; devel@...
It can run on SKYLAB VG01
De: Miguel Wisintainer <tcpipchip@...>
Enviado: quarta-feira, 4 de setembro de 2019 21:37
Para: Bolivar, Marti <Marti.Bolivar@...>; Brett Preston <bpreston@...>; devel@...
|
By
Miguel Wisintainer <tcpipchip@...>
·
#6241
·
|
|
Re: NRF52810
Solved tks!
De: Bolivar, Marti <Marti.Bolivar@...>
Enviado: quarta-feira, 4 de setembro de 2019 20:30
Para: tcpipchip@... <tcpipchip@...>; Brett Preston <bpreston@...>; devel@... <devel@...>
Cc:
Solved tks!
De: Bolivar, Marti <Marti.Bolivar@...>
Enviado: quarta-feira, 4 de setembro de 2019 20:30
Para: tcpipchip@... <tcpipchip@...>; Brett Preston <bpreston@...>; devel@... <devel@...>
Cc:
|
By
Miguel Wisintainer <tcpipchip@...>
·
#6240
·
|