|
Re: [RFC] I2C register access API
Always in favour of removing code duplication! :)
Always in favour of removing code duplication! :)
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2796
·
|
|
Re: [RFCv2 1/2] misc: Add timer API
This is a good functionality to add to the kernel I think. Two things
though:
1. It should probably end up in the kernel directory: I don't think this
is a 'misc' functionality.
2. I am not sure
This is a good functionality to add to the kernel I think. Two things
though:
1. It should probably end up in the kernel directory: I don't think this
is a 'misc' functionality.
2. I am not sure
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2795
·
|
|
Re: [RFC 0/3] Timer Fiber API
Should be made configurable.
Should be made configurable.
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2794
·
|
|
Re: Using IC manufacturer header files
Hi Anas,
By
Carles Cufi
·
#2793
·
|
|
Re: Using IC manufacturer header files
<snip>
This sounds like the mBed approach. Whether you put the files in Zephyr main source tree or in some other Git repo you are still maintaining the files the same way, adding the file somewhere
<snip>
This sounds like the mBed approach. Whether you put the files in Zephyr main source tree or in some other Git repo you are still maintaining the files the same way, adding the file somewhere
|
By
Nashif, Anas
·
#2792
·
|
|
Re: [RFC] I2C register access API
Good enough for me. Will also add burst write.
Bogdan
Good enough for me. Will also add burst write.
Bogdan
|
By
Davidoaia, Bogdan M <bogdan.m.davidoaia@...>
·
#2791
·
|
|
Re: [RFC] I2C register access API
Same here.
The sx9500 driver makes a burst write at init to set a bunch of
configuration registers, so that's one user. Not sure about any others,
though.
Vlad
Same here.
The sx9500 driver makes a burst write at init to set a bunch of
configuration registers, so that's one user. Not sure about any others,
though.
Vlad
|
By
Vlad Dogaru <vlad.dogaru@...>
·
#2790
·
|
|
Re: [RFC] I2C register access API
Don't think burst write is that common, but it may be useful if a driver
wants to optimize write operations when configuring the chip.
The functions I wrote are for 8-bit registers/addresses which
Don't think burst write is that common, but it may be useful if a driver
wants to optimize write operations when configuring the chip.
The functions I wrote are for 8-bit registers/addresses which
|
By
Davidoaia, Bogdan M <bogdan.m.davidoaia@...>
·
#2789
·
|
|
Re: [RFC] I2C register access API
Hi Bogdan,
I like the idea. It would help to factorize code in many places indeed!
Btw, would it make sense to an i2c_reg_burst_write()?
(would there be any use-case for such function
Hi Bogdan,
I like the idea. It would help to factorize code in many places indeed!
Btw, would it make sense to an i2c_reg_burst_write()?
(would there be any use-case for such function
|
By
Tomasz Bursztyka
·
#2788
·
|
|
[RFC] I2C register access API
Hello all,
This is a proposal to add an API for reading, writing and updating
internal registers of I2C devices. This API would offer a simpler way of
communicating with I2C devices that have
Hello all,
This is a proposal to add an API for reading, writing and updating
internal registers of I2C devices. This API would offer a simpler way of
communicating with I2C devices that have
|
By
Davidoaia, Bogdan M <bogdan.m.davidoaia@...>
·
#2787
·
|
|
Re: Using IC manufacturer header files
Hi Maciek,
By
Carles Cufi
·
#2786
·
|
|
Re: [RFCv2 1/2] misc: Add timer API
Hi Tomasz,
<tomasz.bursztyka(a)linux.intel.com> wrote:
Yep, this actually saves a pointer and in fact is something I thought
about but for some reason did not implement, anyway I will change to
make
Hi Tomasz,
<tomasz.bursztyka(a)linux.intel.com> wrote:
Yep, this actually saves a pointer and in fact is something I thought
about but for some reason did not implement, anyway I will change to
make
|
By
Luiz Augusto von Dentz
·
#2785
·
|
|
Re: remove zephyr-env.sh
https://jira.zephyrproject.org/browse/ZEP-212
Carles
https://jira.zephyrproject.org/browse/ZEP-212
Carles
|
By
Carles Cufi
·
#2784
·
|
|
Re: [RFC] Zephyr IoT Protocols
Hello Joakim,
Your feedback is really appreciated.
Hello Joakim,
Your feedback is really appreciated.
|
By
Flavio Santes <flavio.santes@...>
·
#2783
·
|
|
Re: remove zephyr-env.sh
Thanks for all the feedback -- it definitely looks that it is staying
as people very actively rely on it, so I'll close the ticket but first
I'll add the feedback to it for future reference in case
Thanks for all the feedback -- it definitely looks that it is staying
as people very actively rely on it, so I'll close the ticket but first
I'll add the feedback to it for future reference in case
|
By
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@...>
·
#2782
·
|
|
Re: remove zephyr-env.sh
By
Boie, Andrew P
·
#2781
·
|
|
Re: Using IC manufacturer header files
Right, but only because the implementation was done in such way.
Frankly, if I used ST's libraries, it would have saved me a lot of
time during porting. Instead, I followed the example set by
Right, but only because the implementation was done in such way.
Frankly, if I used ST's libraries, it would have saved me a lot of
time during porting. Instead, I followed the example set by
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2780
·
|
|
Re: remove zephyr-env.sh
if you think doing this
# make ZEPHYR_BASE=/path/to/source/tree BOARD=blah blah
hundreds of times per day is more convenient than doing 'source zephyr-env.sh’ once a day per shell then we have a
if you think doing this
# make ZEPHYR_BASE=/path/to/source/tree BOARD=blah blah
hundreds of times per day is more convenient than doing 'source zephyr-env.sh’ once a day per shell then we have a
|
By
Nashif, Anas
·
#2779
·
|
|
Re: remove zephyr-env.sh
Certainly, ZEPHYR_BASE is tree-specific (so could be the other in
certain cases, but uncommon). I also do set it manually (in fact, as I
said somewhere, I feed it to make's command line)
This is the
Certainly, ZEPHYR_BASE is tree-specific (so could be the other in
certain cases, but uncommon). I also do set it manually (in fact, as I
said somewhere, I feed it to make's command line)
This is the
|
By
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@...>
·
#2778
·
|
|
Re: remove zephyr-env.sh
I use it instead of polluting my .bashrc with zephyr stuff. Basically,
your two export lines above go in there.
I personally like that zephyr-env.sh exists: you just have to source it
and your
I use it instead of polluting my .bashrc with zephyr stuff. Basically,
your two export lines above go in there.
I personally like that zephyr-env.sh exists: you just have to source it
and your
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2777
·
|