|
Re: "/samples/net/coap_server" example is not working on "nrf52_pca10040" board
Hi,
There could be 2 reasons why you end up with a random address, either
you are setting CONFIG_BLUETOOTH_PRIVACY or the adapter don't have a
valid address (e.g. 00:00:00:00:00:00) which will cause
Hi,
There could be 2 reasons why you end up with a random address, either
you are setting CONFIG_BLUETOOTH_PRIVACY or the adapter don't have a
valid address (e.g. 00:00:00:00:00:00) which will cause
|
By
Luiz Augusto von Dentz
·
#4556
·
|
|
How to overcome timer delay
Hi,
I’m developing an app which requires fast sampling rate (~500 times per sec) via the ADC on the Arduino 101. It was alright using nano_timer_init/start/test APIs up version 1.5. However, after
Hi,
I’m developing an app which requires fast sampling rate (~500 times per sec) via the ADC on the Arduino 101. It was alright using nano_timer_init/start/test APIs up version 1.5. However, after
|
By
Dinh, Kien T
·
#4555
·
|
|
Mailing list: Please remove
Please remove me from this mailing list for the time being.
Thank you,
Jason
Please remove me from this mailing list for the time being.
Thank you,
Jason
|
By
Jason Rotella <jrotella@...>
·
#4554
·
|
|
Re: "/samples/net/coap_server" example is not working on "nrf52_pca10040" board
Hi Luiz Augusto von Dentz,
Yes, I am able to connect by passing 2 after address. How can I go with static address by using device Mac ID instead of random address.
Thanks,
Raju
Hi Luiz Augusto von Dentz,
Yes, I am able to connect by passing 2 after address. How can I go with static address by using device Mac ID instead of random address.
Thanks,
Raju
|
By
Appala Raju <raju.ga@...>
·
#4553
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 6
[ZEP-1620] Concise Binary Object Representation (CBOR)
https://jira.zephyrproject.org/browse/ZEP-1620
[ZEP-1621] Stack Monitoring
NEW JIRA items within last 24 hours: 6
[ZEP-1620] Concise Binary Object Representation (CBOR)
https://jira.zephyrproject.org/browse/ZEP-1620
[ZEP-1621] Stack Monitoring
|
By
donotreply@...
·
#4552
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/10314 : tests/gpio: fix test GPIO_INT_LEVEL bug
- https://gerrit.zephyrproject.org/r/10317 : tests: kernel: mbox_api: fix uninit
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/10314 : tests/gpio: fix test GPIO_INT_LEVEL bug
- https://gerrit.zephyrproject.org/r/10317 : tests: kernel: mbox_api: fix uninit
|
By
donotreply@...
·
#4551
·
|
|
Re: Networking-with-Qemu wiki page updated
Hello Anas,
Anas Nashif <nashif(a)gmail.com> wrote:
Given that it appears to be the current approach (move docs from wiki
to git), I guess it makes sense to do that eventually. I'm just not
sure
Hello Anas,
Anas Nashif <nashif(a)gmail.com> wrote:
Given that it appears to be the current approach (move docs from wiki
to git), I guess it makes sense to do that eventually. I'm just not
sure
|
By
Paul Sokolovsky
·
#4550
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 11
[ZEP-1607] Json encoding/decoding library
https://jira.zephyrproject.org/browse/ZEP-1607
[ZEP-1608] XML encoding/decoding library
NEW JIRA items within last 24 hours: 11
[ZEP-1607] Json encoding/decoding library
https://jira.zephyrproject.org/browse/ZEP-1607
[ZEP-1608] XML encoding/decoding library
|
By
donotreply@...
·
#4549
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/10309 : boards: arduino 101: set user LED values correctly
- https://gerrit.zephyrproject.org/r/10308 : net: Set default
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/10309 : boards: arduino 101: set user LED values correctly
- https://gerrit.zephyrproject.org/r/10308 : net: Set default
|
By
donotreply@...
·
#4548
·
|
|
Re: [RFC]DMA API Update
Yes. will modify.
Okay. Souce_gather can be changed to smaller size (16 bits) but the
source_gather_interval can be a big number so it is better to keep it to 32-bit.
Same suggestion as
Yes. will modify.
Okay. Souce_gather can be changed to smaller size (16 bits) but the
source_gather_interval can be a big number so it is better to keep it to 32-bit.
Same suggestion as
|
By
Liu, Baohong
·
#4547
·
|
|
Re: uint32_t typedef differences causes issues
I don't have any problem with changing minimal libc to have the same definitions as newlib.
I can't say one way or another whether we will end up supporting 16-bit targets but I think we should do
I don't have any problem with changing minimal libc to have the same definitions as newlib.
I can't say one way or another whether we will end up supporting 16-bit targets but I think we should do
|
By
Boie, Andrew P
·
#4546
·
|
|
Re: uint32_t typedef differences causes issues
There is a difference between strictly being compliant and doing what
makes things easier for the users. I would gather that most users
would expect a uint32_t to be printable with %d, and we have a
There is a difference between strictly being compliant and doing what
makes things easier for the users. I would gather that most users
would expect a uint32_t to be printable with %d, and we have a
|
By
David Brown
·
#4545
·
|
|
Re: Suggestions for getting started
I’d start with a basic board port and get serial going. From there we can see what makes sense w/regards to I2C & SPI drivers.
- k
I’d start with a basic board port and get serial going. From there we can see what makes sense w/regards to I2C & SPI drivers.
- k
|
By
Kumar Gala
·
#4544
·
|
|
Re: Suggestions for getting started
Hi Kumar,
Waiting for your response !!
Thanks,
Abhinav
Hi Kumar,
Waiting for your response !!
Thanks,
Abhinav
|
By
Abhinav Misra
·
#4543
·
|
|
Re: uint32_t typedef differences causes issues
How easily can we feed different -W options to the /ext part of the
tree, or is that painful ?
Cheers
/Marcus
How easily can we feed different -W options to the /ext part of the
tree, or is that painful ?
Cheers
/Marcus
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#4542
·
|
|
Re: uint32_t typedef differences causes issues
I turned on -Wformat, and fixed a great deal of malfeasance across the codebase. I would be strongly opposed to disabling this warning.
It's a warning. The code still compiles for end users. We only
I turned on -Wformat, and fixed a great deal of malfeasance across the codebase. I would be strongly opposed to disabling this warning.
It's a warning. The code still compiles for end users. We only
|
By
Boie, Andrew P
·
#4541
·
|
|
Re: uint32_t typedef differences causes issues
I don't think there's anything wrong with newlib. The only requirement
on the C library is that uint32_t is 32-bits wide (i.e. no padding) and
the newlib implementation meets this
I don't think there's anything wrong with newlib. The only requirement
on the C library is that uint32_t is 32-bits wide (i.e. no padding) and
the newlib implementation meets this
|
By
Daniel Thompson <daniel.thompson@...>
·
#4540
·
|
|
Re: [tsc] Re: why zephyer os did not support RR-Schedule policy between same priority task?
Moving this to the devel@ mailing list.
The relevant jira: https://jira.zephyrproject.org/browse/ZEP-948
Anas
Moving this to the devel@ mailing list.
The relevant jira: https://jira.zephyrproject.org/browse/ZEP-948
Anas
|
By
Nashif, Anas
·
#4539
·
|
|
Re: uint32_t typedef differences causes issues
Any secure coding guideline will tell you to enable this in addition to
other options (-Wformat -Wformat-security -Werror=format-security), we are
working on such a guideline right now, so my
Any secure coding guideline will tell you to enable this in addition to
other options (-Wformat -Wformat-security -Werror=format-security), we are
working on such a guideline right now, so my
|
By
Anas Nashif
·
#4538
·
|
|
Re: uint32_t typedef differences causes issues
If i recall correctly -Wformat also affects scanf() checks. It would
be bad to leave these calls unchecked.
--
Maciek Borzecki
If i recall correctly -Wformat also affects scanf() checks. It would
be bad to leave these calls unchecked.
--
Maciek Borzecki
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#4537
·
|