|
Re: Newbie question: K64F with SD card
Hi Dave,
I take it you mean the Freedom K64F board?
It is correct that the SD card controller of the K64F is not yet supported by Zephyr.
There is an open issue regarding this:
Hi Dave,
I take it you mean the Freedom K64F board?
It is correct that the SD card controller of the K64F is not yet supported by Zephyr.
There is an open issue regarding this:
|
By
Henrik Brix Andersen
·
#2404
·
|
|
Re: Bluetooth AND USB support?
Hi Uwe,
The nRF52840 and the nRF5340 ICs from Nordic support both USB and Bluetooth.
There are several boards based on those supported by Zephyr.
Carles
Hi Uwe,
The nRF52840 and the nRF5340 ICs from Nordic support both USB and Bluetooth.
There are several boards based on those supported by Zephyr.
Carles
|
By
Carles Cufi
·
#2403
·
|
|
Bluetooth AND USB support?
Hello,
I am looking for a chip/ board that has Bluetooth AND USB which is supported by Zephyr.
For example, the STM32WB55RG offers USB and Bluetooth, but it looks as if Zephyr does NOT support the
Hello,
I am looking for a chip/ board that has Bluetooth AND USB which is supported by Zephyr.
For example, the STM32WB55RG offers USB and Bluetooth, but it looks as if Zephyr does NOT support the
|
By
Uwe Fechner
·
#2402
·
|
|
Re: CMake Sibling Shared Project Question
Hi,
"Steven Ghekiere via lists.zephyrproject.org"
<steven.ghekiere=student.kuleuven.be@...> writes:
The location of the zephyr repository is available to CMake in the
ZEPHYR_BASE
Hi,
"Steven Ghekiere via lists.zephyrproject.org"
<steven.ghekiere=student.kuleuven.be@...> writes:
The location of the zephyr repository is available to CMake in the
ZEPHYR_BASE
|
By
Bolivar, Marti
·
#2401
·
|
|
CMake Sibling Shared Project Question
Hi!
I'm developing a project with both a central device and end devices.
Since both projects use a lot of the same functions I've used, it would be beneficial if they could use the same files.
The
Hi!
I'm developing a project with both a central device and end devices.
Since both projects use a lot of the same functions I've used, it would be beneficial if they could use the same files.
The
|
By
Steven Ghekiere <steven.ghekiere@...>
·
#2400
·
|
|
Re: [Zephyr-devel] API meeting: Agenda
Hi Steven,
Your PRs do not modify existing APIs or add any new ones, from what I can tell after a quick look.
You can either wait for reviews, or bring those up at the dev-review meeting on
Hi Steven,
Your PRs do not modify existing APIs or add any new ones, from what I can tell after a quick look.
You can either wait for reviews, or bring those up at the dev-review meeting on
|
By
Carles Cufi
·
#2399
·
|
|
Re: [Zephyr-devel] API meeting: Agenda
Question?
Would my two driver addition PR be in this meeting? If not could you direct me to the appropriate call/place?
drivers: sensor: mcp9600: Added driver and sample for mcp9600
area:
Question?
Would my two driver addition PR be in this meeting? If not could you direct me to the appropriate call/place?
drivers: sensor: mcp9600: Added driver and sample for mcp9600
area:
|
By
Steven Riedl <steve@...>
·
#2398
·
|
|
Re: API meeting: Agenda
One extra item to the agenda:
- drivers: eeprom: mark the EEPROM API as stable
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/31076
One extra item to the agenda:
- drivers: eeprom: mark the EEPROM API as stable
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/31076
|
By
Carles Cufi
·
#2397
·
|
|
Re: Network forum agenda
Hi all,
I am cancelling todays (5 Jan) Network forum meeting as there is no
topics to discuss.
Cheers,
Jukka
Hi all,
I am cancelling todays (5 Jan) Network forum meeting as there is no
topics to discuss.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#2396
·
|
|
API meeting: Agenda
Hi all,
Agenda for today, taken from the Triage column in the project.
- API to correlate system time with external time sources and translate uptime to wall-clock time
- PR:
Hi all,
Agenda for today, taken from the Triage column in the project.
- API to correlate system time with external time sources and translate uptime to wall-clock time
- PR:
|
By
Carles Cufi
·
#2395
·
|
|
Re: Clock Control question
Hi,
What do you mean when you say “the Clock”? clock control in case of Nordic is using single device and subsys argument determines the type of the clock (high frequency, low frequency,
Hi,
What do you mean when you say “the Clock”? clock control in case of Nordic is using single device and subsys argument determines the type of the clock (high frequency, low frequency,
|
By
Chruściński, Krzysztof
·
#2394
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow Tue 5 Jan at 8AM PST / 17.00
CET.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
Hi all,
There is a network forum meeting tomorrow Tue 5 Jan at 8AM PST / 17.00
CET.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
|
By
Jukka Rissanen
·
#2393
·
|
|
Newbie question: K64F with SD card
Hello all, Zephyr newbie here, sorry if this is a simple question...
I've used Freescale/NXP K64F for a number of successful projects using FreeRTOS.
Considering using Zephyr
Hello all, Zephyr newbie here, sorry if this is a simple question...
I've used Freescale/NXP K64F for a number of successful projects using FreeRTOS.
Considering using Zephyr
|
By
Dave Nadler <drn@...>
·
#2392
·
|
|
Clock Control question
Hi!
First off, best wishes for 2021! :)
I've been struggling with using a Clock control. My aim is to be able to calibrate two clocks using BLE and nordic nrf52840 chipsets.
I've looked through the
Hi!
First off, best wishes for 2021! :)
I've been struggling with using a Clock control. My aim is to be able to calibrate two clocks using BLE and nordic nrf52840 chipsets.
I've looked through the
|
By
Steven Ghekiere <steven.ghekiere@...>
·
#2391
·
|
|
Re: West init error
Hi there,
Try unsetting your ZEPHYR_BASE environment variable. west will use that to look for a workspace.
Carles
Hi there,
Try unsetting your ZEPHYR_BASE environment variable. west will use that to look for a workspace.
Carles
|
By
Carles Cufi
·
#2390
·
|
|
West init error
Hello,
I cloned Zephyr project using west init -m <webpage> but didn't specify any local directory.
Now when I am again trying to use 'west init zephyrproject' command I am receiving an error saying "
Hello,
I cloned Zephyr project using west init -m <webpage> but didn't specify any local directory.
Now when I am again trying to use 'west init zephyrproject' command I am receiving an error saying "
|
By
CHANDRANSHU GUPTA <2019pcs0018@...>
·
#2389
·
|
|
Bypassing shell wilcard feature
#uart
Hi,
Is it possible to pass ? or * without shell interpreting those characters as wildcards? I literally want to pass ? or * to a shell command
BR
Hi,
Is it possible to pass ? or * without shell interpreting those characters as wildcards? I literally want to pass ? or * to a shell command
BR
|
By
antoker@...
·
#2388
·
|
|
Re: Zephyr Low Level BLE Radio question
> Since I’m changing the behaviour of the BLE protocol quite a bit with this, this means that it won’t comply to the Bluetooth specs anyway? Meaning the first advertisement can be omitted if I’d
> Since I’m changing the behaviour of the BLE protocol quite a bit with this, this means that it won’t comply to the Bluetooth specs anyway? Meaning the first advertisement can be omitted if I’d
|
By
Chettimada, Vinayak Kariappa
·
#2387
·
|
|
Re: Zephyr Low Level BLE Radio question
Hi there
Still waiting for your answer!
Thanks,
Steven
Hi there
Still waiting for your answer!
Thanks,
Steven
|
By
steven ghekiere <stevenghekiere@...>
·
#2386
·
|
|
SDK 0.12.0 Release
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0
NOTE: In some cases changes are required to utilize SDK 0.12.0 with Zephyr (for
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0
NOTE: In some cases changes are required to utilize SDK 0.12.0 with Zephyr (for
|
By
Kumar Gala
·
#2385
·
|