|
API meeting 2019-08-20: Agenda
I'll be coordinating the API meeting today as Carles has a conflict.
Agenda:
- GPIO: Current status, planning for a way forward (scope, breakdown, resources) so we know what we're intending to have
I'll be coordinating the API meeting today as Carles has a conflict.
Agenda:
- GPIO: Current status, planning for a way forward (scope, breakdown, resources) so we know what we're intending to have
|
By
Peter A. Bigot
·
#6187
·
|
|
Re: BUS FAULT happened, when try the ADC on nrf52832 board with adc_read_async()
#adc
#nrf52832
I have found the root cause: need init the k_poll_signal before it was used in the k_poll_event array.
k_poll_signal_init(&async_sig);
struct k_poll_event async_evt =
I have found the root cause: need init the k_poll_signal before it was used in the k_poll_event array.
k_poll_signal_init(&async_sig);
struct k_poll_event async_evt =
|
By
hotkernel@...
·
#6186
·
|
|
Re: shipable ...
Shippable's "rich" UI affects not just accessibility but also
any user trying to perform simple things like searching for some
specific error message across all 5 shards or (let's go crazy)
Shippable's "rich" UI affects not just accessibility but also
any user trying to perform simple things like searching for some
specific error message across all 5 shards or (let's go crazy)
|
By
Marc Herbert
·
#6185
·
|
|
Re: west: multiple local west project installations
"David Leach via Lists.Zephyrproject.Org"
<david.leach=nxp.com@...> writes:
FTR, I rarely have ZEPHYR_BASE set in my parent environment because I
only need it to run sanitycheck,
"David Leach via Lists.Zephyrproject.Org"
<david.leach=nxp.com@...> writes:
FTR, I rarely have ZEPHYR_BASE set in my parent environment because I
only need it to run sanitycheck,
|
By
Bolivar, Marti
·
#6184
·
|
|
Re: west: multiple local west project installations
For historical tracking, the error is because I have ZEPHYR_BASE environment variable set. Carles and I agree that the error message is not very helpful.
David
For historical tracking, the error is because I have ZEPHYR_BASE environment variable set. Carles and I agree that the error message is not very helpful.
David
|
By
David Leach
·
#6183
·
|
|
Re: west: multiple local west project installations
Carles,
See the following:
dleach@dleach-test:~/work$ west init zephyrproject2
FATAL ERROR: already in an installation (/home/dleach/work/zephyrproject), aborting
Carles,
See the following:
dleach@dleach-test:~/work$ west init zephyrproject2
FATAL ERROR: already in an installation (/home/dleach/work/zephyrproject), aborting
|
By
David Leach
·
#6182
·
|
|
Re: west: multiple local west project installations
That is actually incorrect, you can have as many installations as you want. In your case:
cd ~/work
west init zephyrproject
west init mytestzephyrproject
cd zephyrproject
west update
cd
That is actually incorrect, you can have as many installations as you want. In your case:
cd ~/work
west init zephyrproject
west init mytestzephyrproject
cd zephyrproject
west update
cd
|
By
Carles Cufi
·
#6181
·
|
|
Re: west: multiple local west project installations
I want to be able to have multiple installations on my system. To expand out my example:
I want to be able to have multiple installations on my system. To expand out my example:
|
By
David Leach
·
#6180
·
|
|
Re: west: multiple local west project installations
I am not quite sure I understand David.
“west init” initializes an installation. It creates a top-level folder which then contains a .west/ subfolder and a bunch of other folders that
I am not quite sure I understand David.
“west init” initializes an installation. It creates a top-level folder which then contains a .west/ subfolder and a bunch of other folders that
|
By
Carles Cufi
·
#6179
·
|
|
Re: west: multiple local west project installations
Yeah, I'm trying to do some work to add a module when requires 1) adding the module, 2) updating west.yaml, and 3) making changes to the zephyr CMakeLists.txt tree to build the module. But I didn't
Yeah, I'm trying to do some work to add a module when requires 1) adding the module, 2) updating west.yaml, and 3) making changes to the zephyr CMakeLists.txt tree to build the module. But I didn't
|
By
David Leach
·
#6178
·
|
|
Re: west: multiple local west project installations
no. I want to initialize a second Zephyr project area in parallel. So for example:
/home/dleach/work/zephyrproject
/home/dleach/work/zephyrproject2
David
no. I want to initialize a second Zephyr project area in parallel. So for example:
/home/dleach/work/zephyrproject
/home/dleach/work/zephyrproject2
David
|
By
David Leach
·
#6177
·
|
|
Re: STM32WB55 BLE address
Hello Erwan,
My code didn't work:
( hard coded ble address not the final version )
I checked STM32 ble app and on p2rsrv app they send ACI_HAL_WRITE_CONFIG_DATA just after hci reset.
Best
Hello Erwan,
My code didn't work:
( hard coded ble address not the final version )
I checked STM32 ble app and on p2rsrv app they send ACI_HAL_WRITE_CONFIG_DATA just after hci reset.
Best
|
By
Marcio Montenegro
·
#6176
·
|
|
Re: west: multiple local west project installations
Hello David,
"David Leach" <david.leach@...> wrote:
My understanding is that *west* installation (i.e. the tool itself) is
indeed single/global (though you probably can work that around
Hello David,
"David Leach" <david.leach@...> wrote:
My understanding is that *west* installation (i.e. the tool itself) is
indeed single/global (though you probably can work that around
|
By
Paul Sokolovsky
·
#6175
·
|
|
Re: west: multiple local west project installations
Hi David:
I'm not sure if I understand your question correctly.
Do you mean that you created "zephyrproject_2" under "/home/dleach/work/zephyrproject" and run "west init"? If so,
Hi David:
I'm not sure if I understand your question correctly.
Do you mean that you created "zephyrproject_2" under "/home/dleach/work/zephyrproject" and run "west init"? If so,
|
By
Wang, Steven L <steven.l.wang@...>
·
#6174
·
|
|
Re: west: multiple local west project installations
Hi David,
I use west for 3 different projects without any problems but I have to admit that I always created the new projects from a fresh shell, so maybe some environment variables are
Hi David,
I use west for 3 different projects without any problems but I have to admit that I always created the new projects from a fresh shell, so maybe some environment variables are
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#6173
·
|
|
west: multiple local west project installations
Can I use west to initialize multiple working directories?
I’m experimenting with adding a module and I wanted to a setup so I created a ‘zephyrproject_2’ directory and ran a ‘west init’
Can I use west to initialize multiple working directories?
I’m experimenting with adding a module and I wanted to a setup so I created a ‘zephyrproject_2’ directory and ran a ‘west init’
|
By
David Leach
·
#6172
·
|
|
Zephyr SDK 0.10.3
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.3
Please download and try things out and report any issues.
Changes since the last
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.3
Please download and try things out and report any issues.
Changes since the last
|
By
Kumar Gala
·
#6171
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, 15 August 2019
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 15 August 2019
8:00am to 9:00am
(UTC-07:00) America/Los
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 15 August 2019
8:00am to 9:00am
(UTC-07:00) America/Los
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6170
·
|
|
About the Behavior of "z_clock_announce" in SMP, Is it dupulicate caculated?
Hi folks:
By
"曹子龙
·
#6169
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 08/13/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 13 August 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, 13 August 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@...>
·
#6168
·
|