|
Re: Is The tick handler "z_clock_announce" in SMP mode dupulicate caculated?
This is the responsibility of the timer driver. The ticks announced needs to be globally correct. The existing drivers do this by locking a "last count" state variable and updating it, so
This is the responsibility of the timer driver. The ticks announced needs to be globally correct. The existing drivers do this by locking a "last count" state variable and updating it, so
|
By
Andy Ross
·
#6193
·
|
|
Is The tick handler "z_clock_announce" in SMP mode dupulicate caculated?
Hi friends:
a puzzle in the timer tick interrupt handler in SMP mode. look at below, the SMP mult cores share the same "cur_tick" object to remeber the current time, each cpu would increment
Hi friends:
a puzzle in the timer tick interrupt handler in SMP mode. look at below, the SMP mult cores share the same "cur_tick" object to remeber the current time, each cpu would increment
|
By
"曹子龙
·
#6192
·
|
|
Re: Md5 hash
Hi there,
Mbedtls comes with an MD5 implementation:
https://github.com/zephyrproject-rtos/mbedtls/blob/master/include/mbedtls/md5.h
Carles
From:<devel@...> on behalf of "Ruben Kertesz via
Hi there,
Mbedtls comes with an MD5 implementation:
https://github.com/zephyrproject-rtos/mbedtls/blob/master/include/mbedtls/md5.h
Carles
From:<devel@...> on behalf of "Ruben Kertesz via
|
By
Carles Cufi
·
#6191
·
|
|
Md5 hash
Any recommendations on best methods to write a md5 hash function?
I didn't find one built in but maybe I overlooked.
Any recommendations on best methods to write a md5 hash function?
I didn't find one built in but maybe I overlooked.
|
By
rubenk@...
·
#6190
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, 22 August 2019
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 22 August 2019
8:00am to 9:00am
(UTC-07:00) America/Los
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 22 August 2019
8:00am to 9:00am
(UTC-07:00) America/Los
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6189
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 08/20/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 20 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, 20 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@...>
·
#6188
·
|
|
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
·
|