|
Re: USB audio
#nrf52840
Hi there,
A Pull Request is now up and ready for review:
https://github.com/zephyrproject-rtos/zephyr/pull/21526
Regards,
Carles
Hi there,
A Pull Request is now up and ready for review:
https://github.com/zephyrproject-rtos/zephyr/pull/21526
Regards,
Carles
|
By
Carles Cufi
·
#6850
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 03/10/2020 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 10 March 2020, 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, 10 March 2020, 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@...>
·
#6849
·
|
|
Re: API meeting next week: Focusing on watchdogs
Hi all,
Due to the switch to summer time in the US, the meeting today is at 17h CET/8AM PDT, so in 15min.
Regards,
Carles
Hi all,
Due to the switch to summer time in the US, the meeting today is at 17h CET/8AM PDT, so in 15min.
Regards,
Carles
|
By
Carles Cufi
·
#6848
·
|
|
Re: API meeting next week: Focusing on watchdogs
Hi all,
Just a friendly reminder that today's API meeting will be dedicated to watchdog handling in Zephyr.
Thanks,
Carles
Hi all,
Just a friendly reminder that today's API meeting will be dedicated to watchdog handling in Zephyr.
Thanks,
Carles
|
By
Carles Cufi
·
#6847
·
|
|
Zephyr 2.2 released
Hi,
We are excited to announce the release of Zephyr RTOS version 2.2.0!
Major enhancements with this release include (but are not limited to):
* We added initial support for 64-bit ARMv8-A
Hi,
We are excited to announce the release of Zephyr RTOS version 2.2.0!
Major enhancements with this release include (but are not limited to):
* We added initial support for 64-bit ARMv8-A
|
By
Johan Hedberg
·
#6846
·
|
|
Re: ILI9340 Display Example
Hi Muhammad,
Looks like you made a typo in the build command it should be something like:
west build -b nrf52840_pca10056 samples/drivers/display -- -DSHIELD=adafruit_2_8_tft_touch_v2
See the
Hi Muhammad,
Looks like you made a typo in the build command it should be something like:
west build -b nrf52840_pca10056 samples/drivers/display -- -DSHIELD=adafruit_2_8_tft_touch_v2
See the
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#6845
·
|
|
Re: ILI9340 Display Example
Thank you Mr Jan for your response.
I am using nRF52840 PCA 10056 DK. Moreover, i am using now the latest CODE as mentioned by you in the previous email. Still, the following commands are giving
Thank you Mr Jan for your response.
I am using nRF52840 PCA 10056 DK. Moreover, i am using now the latest CODE as mentioned by you in the previous email. Still, the following commands are giving
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6844
·
|
|
Re: Updating a board file in zephyr for all releases
Hi Jamie,
It is unlikely that we will release 2.0.x or 2.1.x releases in the short term, so my suggestion is that you send one PR to the 1.14 branch and another one to master.
Regards,
Hi Jamie,
It is unlikely that we will release 2.0.x or 2.1.x releases in the short term, so my suggestion is that you send one PR to the 1.14 branch and another one to master.
Regards,
|
By
Carles Cufi
·
#6843
·
|
|
Updating a board file in zephyr for all releases
Hi,
I noticed an issue in a board file at the weekend whereby it doesn’t reboot the module after flashing it, it’s a quick fix and I can submit a PR but wanted to know how to deal with applying
Hi,
I noticed an issue in a board file at the weekend whereby it doesn’t reboot the module after flashing it, it’s a quick fix and I can submit a PR but wanted to know how to deal with applying
|
By
lairdjm
·
#6842
·
|
|
Re: ILI9340 Display Example
Hi Muhammad,
Could you switch to latest master and test with samples/drivers/display, for me that sample is working with the same adafruit display?
Keep in mind that in case you have a preview
Hi Muhammad,
Could you switch to latest master and test with samples/drivers/display, for me that sample is working with the same adafruit display?
Keep in mind that in case you have a preview
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#6841
·
|
|
Re: ILI9340 Display Example
Dear Mr Jan,
Thank you very much for your help. The problem is resolved until the program Building. Now when Iwest flash, it runs but I am not getting any output on the screen. I am using the
Dear Mr Jan,
Thank you very much for your help. The problem is resolved until the program Building. Now when Iwest flash, it runs but I am not getting any output on the screen. I am using the
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6840
·
|
|
Re: Initial build errors
Thanks Carles,
That was indeed the issue.
---
thomasto@thomasto-VirtualBox:~/zephyrproject/zephyr$ cat `which west` | grep '#!'
#!/usr/bin/python3
---
and
Thanks Carles,
That was indeed the issue.
---
thomasto@thomasto-VirtualBox:~/zephyrproject/zephyr$ cat `which west` | grep '#!'
#!/usr/bin/python3
---
and
|
By
Thomas Törnblom <thomas.tornblom@...>
·
#6839
·
|
|
Re: Initial build errors
Hi Thomas,
Could it be that your/usr/bin/python is not the same python you used to install west? i.e. do you have multiple python installations on your system?
$ cat `which west` | grep '#!'
Hi Thomas,
Could it be that your/usr/bin/python is not the same python you used to install west? i.e. do you have multiple python installations on your system?
$ cat `which west` | grep '#!'
|
By
Carles Cufi
·
#6838
·
|
|
Initial build errors
I'm just starting up my IAR porting effort again and thought I would just build a simple out of the box project with the standard tools, but I'm immediately running into issues.
I'm on
I'm just starting up my IAR porting effort again and thought I would just build a simple out of the box project with the standard tools, but I'm immediately running into issues.
I'm on
|
By
Thomas Törnblom <thomas.tornblom@...>
·
#6837
·
|
|
Re: hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi Vinayak,
Thank you for the support.
I have created the GH issue for the same https://github.com/zephyrproject-rtos/zephyr/issues/23319
Thanks,
Mayank
Hi Vinayak,
Thank you for the support.
I have created the GH issue for the same https://github.com/zephyrproject-rtos/zephyr/issues/23319
Thanks,
Mayank
|
By
Mayank <mayank7117@...>
·
#6836
·
|
|
Re: hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi Mayank,
When you create the GitHub issue please be specific about the exact layout of the setup you have.
It is not fully clear to me if you are connecting thenrf52840_pca10056 to the i.MX6UL
Hi Mayank,
When you create the GitHub issue please be specific about the exact layout of the setup you have.
It is not fully clear to me if you are connecting thenrf52840_pca10056 to the i.MX6UL
|
By
Carles Cufi
·
#6835
·
|
|
Re: hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Ok,
Please create a GH issue and mentioned as much details as possible to help me reproduce the issue.
Vinayak
Ok,
Please create a GH issue and mentioned as much details as possible to help me reproduce the issue.
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#6834
·
|
|
Re: hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi All,
Here i'm facing the issue even after using the full UART (Tx, Rx, RTS, CTS).
These 4 pins are connected & configured from both (i.MX6UL & nrf52840_pca10056).
Note : nrf52840 chip is flashed
Hi All,
Here i'm facing the issue even after using the full UART (Tx, Rx, RTS, CTS).
These 4 pins are connected & configured from both (i.MX6UL & nrf52840_pca10056).
Note : nrf52840 chip is flashed
|
By
Mayank <mayank7117@...>
·
#6833
·
|
|
Re: hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi Jamie,
All the disconnects are Host Bluetooth stack initiated. I will need some help from BlueZ guys to throw some light here.
Regards,
Vinayak
Hi Jamie,
All the disconnects are Host Bluetooth stack initiated. I will need some help from BlueZ guys to throw some light here.
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#6832
·
|
|
Re: hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi Vinayak
> A btmon log would help identify the reason for disconnection.
I have uploaded the 2 logs here:https://www.dropbox.com/s/d2yurf6nxee9wk0/btmon_logs.zip?dl=0
The Zephyr one has quite
Hi Vinayak
> A btmon log would help identify the reason for disconnection.
I have uploaded the 2 logs here:https://www.dropbox.com/s/d2yurf6nxee9wk0/btmon_logs.zip?dl=0
The Zephyr one has quite
|
By
lairdjm
·
#6831
·
|