|
Re: [Zephyr-announce] Zephyr SDK 0.10.1-rc1 available
Hello Kumar,
"Kumar Gala" <kumar.gala@...> wrote:
Can we please before the release do something about very outdated Newlib
in Xtensa SDK
Hello Kumar,
"Kumar Gala" <kumar.gala@...> wrote:
Can we please before the release do something about very outdated Newlib
in Xtensa SDK
|
By
Paul Sokolovsky
·
#6018
·
|
|
Zephyr SDK 0.10.1-rc1 available
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.1-rc1
Please download and try things out and report any issues.
Changes since the
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.1-rc1
Please download and try things out and report any issues.
Changes since the
|
By
Kumar Gala
·
#6017
·
|
|
DEV meeting topic
HI all,
As you know, the Zephyr Dev-review meeting takes place on Thursday 9AM-10AM (PDT) (18h-19h (CEST)).
We want to cover topics related to the settings pattern load
HI all,
As you know, the Zephyr Dev-review meeting takes place on Thursday 9AM-10AM (PDT) (18h-19h (CEST)).
We want to cover topics related to the settings pattern load
|
By
Puzdrowski, Andrzej
·
#6016
·
|
|
Re: Soft serial 9k6 for debugging on free GPIO?
Hi Martijn,
Since nRF52840 is a Cortex-M4 device yet another option that you have is
to use Serial Wire Output (SWO). ARM added it specifically to support
trace/logging. It is a high speed interface
Hi Martijn,
Since nRF52840 is a Cortex-M4 device yet another option that you have is
to use Serial Wire Output (SWO). ARM added it specifically to support
trace/logging. It is a high speed interface
|
By
Piotr Mienkowski
·
#6015
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 06/04/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 4 June 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 4 June 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6014
·
|
|
Re: Soft serial 9k6 for debugging on free GPIO?
Hi Henrik,
RTT is the way to move forward as it seems, since it will provide a clean interface both on hardware and config. Thanks for pointing me there, and thanks for the soft-serial pointers from
Hi Henrik,
RTT is the way to move forward as it seems, since it will provide a clean interface both on hardware and config. Thanks for pointing me there, and thanks for the soft-serial pointers from
|
By
Martijn Smit
·
#6013
·
|
|
IBM Watson IoT Platform ( Bluemix)
Hi All,
I thought I would have a look at the IBM Watson IoT Platform (Bluemix) but I can't seem to connect. I followed the guides but I must be missing something.
I have connected to the Quick start
Hi All,
I thought I would have a look at the IBM Watson IoT Platform (Bluemix) but I can't seem to connect. I followed the guides but I must be missing something.
I have connected to the Quick start
|
By
William Fish
·
#6012
·
|
|
Re: API meeting: agenda
Thank you very much for the agenda Carles.
With it, it should be much clearer to all what to expect from the meeting,
and can easily decide about joining or not
BR
Alberto
Thank you very much for the agenda Carles.
With it, it should be much clearer to all what to expect from the meeting,
and can easily decide about joining or not
BR
Alberto
|
By
alberto.piedras@...
·
#6011
·
|
|
API meeting: agenda
Agenda:
- Flash: write protection and read alignment unification
- GPIO: Proposal review
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want
Agenda:
- Flash: write protection and read alignment unification
- GPIO: Proposal review
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want
|
By
Carles Cufi
·
#6010
·
|
|
Re: Soft serial 9k6 for debugging on free GPIO?
Hi Martinj,
This Zephyr example does UART over GPIO:
https://github.com/NXPmicro/zephyr/tree/soft_periph/samples/soft_periph
Here's a picture with the system
Hi Martinj,
This Zephyr example does UART over GPIO:
https://github.com/NXPmicro/zephyr/tree/soft_periph/samples/soft_periph
Here's a picture with the system
|
By
Stanislav Pobořil
·
#6009
·
|
|
Re: Soft serial 9k6 for debugging on free GPIO?
Hi Martijn,
If you are using a Segger J-Link probe you can use the RAM-based RTT console by setting CONFIG_RTT_CONSOLE=y
See
Hi Martijn,
If you are using a Segger J-Link probe you can use the RAM-based RTT console by setting CONFIG_RTT_CONSOLE=y
See
|
By
Henrik Brix Andersen
·
#6008
·
|
|
Re: Soft serial 9k6 for debugging on free GPIO?
Hi Martijn,
Not sure about the exact situation you are facing, listed below please find some of the suggestions I can think of:
1. There are soft uart implementations on github, which you might be
Hi Martijn,
Not sure about the exact situation you are facing, listed below please find some of the suggestions I can think of:
1. There are soft uart implementations on github, which you might be
|
By
Jian Zhang
·
#6007
·
|
|
Soft serial 9k6 for debugging on free GPIO?
Hi there,
We have a prototype utilising the nRF52840 BME340 SoC module. Since we use a LoRaWAN module and a MAX3485 we used the two 840 uarts for connecting to these subsystems. But I do have some
Hi there,
We have a prototype utilising the nRF52840 BME340 SoC module. Since we use a LoRaWAN module and a MAX3485 we used the two 840 uarts for connecting to these subsystems. But I do have some
|
By
Martijn Smit
·
#6006
·
|
|
"net arp" command displays "ARP cache is empty" even after a series of arpings from peer devices
#nrf52840
Hi,
I have interfaced "ENC28J60" to "PCA10056"(NRF52840) through SPI. Made necessary configurations in order to reflect hardware changes in software. Flashed sample application, "dumb_http_server" to
Hi,
I have interfaced "ENC28J60" to "PCA10056"(NRF52840) through SPI. Made necessary configurations in order to reflect hardware changes in software. Flashed sample application, "dumb_http_server" to
|
By
giriprasad@...
·
#6005
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 05/30/2019 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 30 May 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, 30 May 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@...>
·
#6004
·
|
|
Where is the proper place to update the RPL HBHO
Hi all,
I am working on bring back RPL to Zephyr, which includes migrating RPL to use net_pkt API.
The old RPL implementation was using net_pkt_insert() to insert RPL HBHO header when finalizing
Hi all,
I am working on bring back RPL to Zephyr, which includes migrating RPL to use net_pkt API.
The old RPL implementation was using net_pkt_insert() to insert RPL HBHO header when finalizing
|
By
Jian Zhang
·
#6003
·
|
|
Re: Logging with a string via %s
Hi,
Logger is now able to detect lack of log_strdup() wrapping when %s is used with string coming from read write memory. Logger will assert if asserts are enabled or log error message if asserts are
Hi,
Logger is now able to detect lack of log_strdup() wrapping when %s is used with string coming from read write memory. Logger will assert if asserts are enabled or log error message if asserts are
|
By
Chruściński, Krzysztof
·
#6002
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 05/28/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 28 May 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 28 May 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6001
·
|
|
API meeting and agenda
Hi all,
As you know, the Zephyr API meeting takes place on Tuesdays 9AM-10AM (PDT) (18h-19h (CEST)).
Until now the way to include an item (issue or Pull Request) added to the meeting agenda was to
Hi all,
As you know, the Zephyr API meeting takes place on Tuesdays 9AM-10AM (PDT) (18h-19h (CEST)).
Until now the way to include an item (issue or Pull Request) added to the meeting agenda was to
|
By
Carles Cufi
·
#6000
·
|
|
CANopen support?
Hi all,
I am working on a project where we will need to use CANopen on top of the SocketCAN driver layer in Zephyr.
I have found two references to CANopen on Zephyr so far:
-
Hi all,
I am working on a project where we will need to use CANopen on top of the SocketCAN driver layer in Zephyr.
I have found two references to CANopen on Zephyr so far:
-
|
By
Henrik Brix Andersen
·
#5999
·
|