|
Design Philosophy 'Minimal runtime error checking'...
Hi, The discussion in this issue https://jira.zephyrproject.org/browse/ZEP-1618 has prompted me to raise this topic in the wider forum. Zephyr has a philosophy of "minimal runtime error checking", it
Hi, The discussion in this issue https://jira.zephyrproject.org/browse/ZEP-1618 has prompted me to raise this topic in the wider forum. Zephyr has a philosophy of "minimal runtime error checking", it
|
By
...
· #26
·
|
|
Design Philosophy 'Minimal runtime error checking'...
Hi, The discussion in this issue https://jira.zephyrproject.org/browse/ZEP-1618 has prompted me to raise this topic in the wider forum. Zephyr has a philosophy of "minimal runtime error checking", it
Hi, The discussion in this issue https://jira.zephyrproject.org/browse/ZEP-1618 has prompted me to raise this topic in the wider forum. Zephyr has a philosophy of "minimal runtime error checking", it
|
By
...
· #25
·
|
|
I2C compatibility with nrf52
<nicolas.perrenoud(a)geo-satis.com> wrote: Hi, Short term, just remove the two lines in question. I'll talk to Carlesc and the Nordic guys to figure out what the proper solution should be. Cheers /Mar
<nicolas.perrenoud(a)geo-satis.com> wrote: Hi, Short term, just remove the two lines in question. I'll talk to Carlesc and the Nordic guys to figure out what the proper solution should be. Cheers /Mar
|
By
...
· #4593
·
|
|
uint32_t typedef differences causes issues
<marcus.shawcroft(a)gmail.com> wrote: Incidentally, there is work going on in newlib upstream at the moment to provide more flexible support for re-targeting such locking mechanisms in pre-built binar
<marcus.shawcroft(a)gmail.com> wrote: Incidentally, there is work going on in newlib upstream at the moment to provide more flexible support for re-targeting such locking mechanisms in pre-built binar
|
By
...
· #4583
·
|
|
uint32_t typedef differences causes issues
Newlib has a re-entrancy support/infranstructure that needs porting to the platform in order to get thread safety, I know that such porting work for zephyr is not in upstream newlib, have we done that
Newlib has a re-entrancy support/infranstructure that needs porting to the platform in order to get thread safety, I know that such porting work for zephyr is not in upstream newlib, have we done that
|
By
...
· #4582
·
|
|
sensor.h API semantics and consistency.
Hi! The sensor.h API provides various SENSOR_CHAN_*_ANY channels. The intent of these, and so far as I can see all current use of these ANY channels is to represent a the tuple of all of a group of re
Hi! The sensor.h API provides various SENSOR_CHAN_*_ANY channels. The intent of these, and so far as I can see all current use of these ANY channels is to represent a the tuple of all of a group of re
|
By
...
· #4581
·
|
|
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
...
· #4542
·
|
|
uint32_t typedef differences causes issues
This is not a choice between alternatives. There are two separate decisions here: 1) Do we align minimal C with newlib in order to have consistent breakage in /ext irrespective of the users choice bet
This is not a choice between alternatives. There are two separate decisions here: 1) Do we align minimal C with newlib in order to have consistent breakage in /ext irrespective of the users choice bet
|
By
...
· #4525
·
|
|
uint32_t typedef differences causes issues
We will likely find either immediately, or with future additions to /ext that each blob of third party code does something different: - Some will use %u for uint32_t - Some will use %lu for uint32_t -
We will likely find either immediately, or with future additions to /ext that each blob of third party code does something different: - Some will use %u for uint32_t - Some will use %lu for uint32_t -
|
By
...
· #4509
·
|
|
uint32_t typedef differences causes issues
That would be my fault, my example above is missing: #include <inttypes.h> Cheers /Marcus
That would be my fault, my example above is missing: #include <inttypes.h> Cheers /Marcus
|
By
...
· #4504
·
|
|
uint32_t typedef differences causes issues
Since the type is 'uint32_t' rather than 'unsigned' the correct specifier is: PRIu32 e.g. #include <stdint.h> printf("blah %" PRIu32 " more blah", v); Cheers /Marcus
Since the type is 'uint32_t' rather than 'unsigned' the correct specifier is: PRIu32 e.g. #include <stdint.h> printf("blah %" PRIu32 " more blah", v); Cheers /Marcus
|
By
...
· #4499
·
|
|
uint32_t typedef differences causes issues
Hi, [Second attempt at responding, my arm email address seems to have triggered a moderator approval, sorry about the duplication for those of you that got a direct reply.] This is because the code is
Hi, [Second attempt at responding, my arm email address seems to have triggered a moderator approval, sorry about the duplication for those of you that got a direct reply.] This is because the code is
|
By
...
· #4497
·
|
|
Consistency in Kconfig organization, depends / select
Hi! I noticed this review fly by: https://gerrit.zephyrproject.org/r/#/c/9982/ Which essentially adjusts a Kconfig to have an SPI driver Kconfig explicitly select a GPIO driver when it needs the GPIO
Hi! I noticed this review fly by: https://gerrit.zephyrproject.org/r/#/c/9982/ Which essentially adjusts a Kconfig to have an SPI driver Kconfig explicitly select a GPIO driver when it needs the GPIO
|
By
...
· #4452
·
|
|
Sensor result representation.
Hi Bodan, I was just checking that the plan had not changed. Thanks for the update. Cheers /Marcus
Hi Bodan, I was just checking that the plan had not changed. Thanks for the update. Cheers /Marcus
|
By
...
· #4373
·
|
|
Sensor result representation.
Re-send with updated email address for Bogdan...
Re-send with updated email address for Bogdan...
|
By
...
· #4365
·
|
|
Sensor result representation.
On 29 November 2016 at 21:54, Davidoaia, Bogdan M <bogdan.m.davidoaia(a)intel.com> wrote: Hi Bodan, > If we want to define specific value types for each channel type, then we might as well have the sa
On 29 November 2016 at 21:54, Davidoaia, Bogdan M <bogdan.m.davidoaia(a)intel.com> wrote: Hi Bodan, > If we want to define specific value types for each channel type, then we might as well have the sa
|
By
...
· #4364
·
|
|
heads-up: net branch usage
<tomasz.bursztyka(a)linux.intel.com> wrote: Hi Tomasz, do you want to take ethernet driver changes on the net branch aswell, or should those go to master ? Cheers /Marcus
<tomasz.bursztyka(a)linux.intel.com> wrote: Hi Tomasz, do you want to take ethernet driver changes on the net branch aswell, or should those go to master ? Cheers /Marcus
|
By
...
· #4306
·
|
|
gpio pin configuration.
<tomasz.bursztyka(a)linux.intel.com> wrote: Understood. _low_ _high_ does make sense. Cheers /Marcus
<tomasz.bursztyka(a)linux.intel.com> wrote: Understood. _low_ _high_ does make sense. Cheers /Marcus
|
By
...
· #4271
·
|
|
gpio pin configuration.
Hi Tomasz, <tomasz.bursztyka(a)linux.intel.com> wrote: The three modes standard, high, disconnected are mutually exclusive hence the proposal to represent them as three values encoded in a two bit fie
Hi Tomasz, <tomasz.bursztyka(a)linux.intel.com> wrote: The three modes standard, high, disconnected are mutually exclusive hence the proposal to represent them as three values encoded in a two bit fie
|
By
...
· #4269
·
|
|
gpio pin configuration.
An example of the scenario above would be an nrf5 i2c driver that needs to use the nrf5 gpio driver to put the two pins used for clock and data into an open collector mode. Cheers /Marcus
An example of the scenario above would be an nrf5 i2c driver that needs to use the nrf5 gpio driver to put the two pins used for clock and data into an open collector mode. Cheers /Marcus
|
By
...
· #4268
·
|