|
Help flashing nxp MIMXRT1050-EVKB
I'm trying to flash this board following our documentation with no success. I've being installed the OpenSDA_V2_1.bin firmware but when I try to flash I get the following error: J-Link connection not
I'm trying to flash this board following our documentation with no success. I've being installed the OpenSDA_V2_1.bin firmware but when I try to flash I get the following error: J-Link connection not
|
By
Flavio Ceolin
· #6104
·
|
|
RFC - C99 issue regarding unnamed union/structs
Hi, I'm with Thomas, this is a GCC extension we should rely on them. Thumbs up Literal zero is GCC extension and about flexible array "[]" it can be used *only* as the last element in a struct (and th
Hi, I'm with Thomas, this is a GCC extension we should rely on them. Thumbs up Literal zero is GCC extension and about flexible array "[]" it can be used *only* as the last element in a struct (and th
|
By
Flavio Ceolin
· #5594
·
|
|
RFC - C99 issue regarding unnamed union/structs
Hi Peter, I've given my opnion there :) Flavio Ceolin
Hi Peter, I've given my opnion there :) Flavio Ceolin
|
By
Flavio Ceolin
· #5589
·
|
|
RFC - C99 issue regarding unnamed union/structs
Hi guys, One problem with have in Zephyr regarding C99 is that we are using a lot of unnamed struct/unions. One example is: """ struct z_kernel { /* For compatibility with pre-SMP code, union the firs
Hi guys, One problem with have in Zephyr regarding C99 is that we are using a lot of unnamed struct/unions. One example is: """ struct z_kernel { /* For compatibility with pre-SMP code, union the firs
|
By
Flavio Ceolin
· #5587
·
|
|
checkstack.pl
Hi, For me only x86 works. Regard, Flavio Ceolin
Hi, For me only x86 works. Regard, Flavio Ceolin
|
By
Flavio Ceolin
· #5523
·
|
|
[RFC] k_poll_signal name and MISRA
Hi, Agree, other projects I've seen do this. Yeah, we need to formalize it. Yeah, I came up with something I used to see in EFL. Next time I'll present more options. To be honest, I just raised this q
Hi, Agree, other projects I've seen do this. Yeah, we need to formalize it. Yeah, I came up with something I used to see in EFL. Next time I'll present more options. To be honest, I just raised this q
|
By
Flavio Ceolin
· #5333
·
|
|
Highlights from the TSC meeting during ELCE
"Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@...> writes: yeah, easy to script, clients are lightweight, ... Without a good reason I'm totally in favor of keep using IRC. > > > Regards, Flavio
"Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@...> writes: yeah, easy to script, clients are lightweight, ... Without a good reason I'm totally in favor of keep using IRC. > > > Regards, Flavio
|
By
Flavio Ceolin
· #5302
·
|
|
[RFC] k_poll_signal name and MISRA
Yep, just a typo :)
By
Flavio Ceolin
· #5284
·
|
|
[RFC] k_poll_signal name and MISRA
Hi guys, MISRA-C rule 5.7 says that a tag name shall be a unique identifier, also reuse tag names is an undefined behavior recognized in C99 (Section 6.7.2.3). It happens that we have in Zephyr both a
Hi guys, MISRA-C rule 5.7 says that a tag name shall be a unique identifier, also reuse tag names is an undefined behavior recognized in C99 (Section 6.7.2.3). It happens that we have in Zephyr both a
|
By
Flavio Ceolin
· #5278
·
|
|
Compilers working on Zephyr
Hi Gil, Thanks for pointing it out. I'll take a look on it. Regards, Flavio Ceolin
Hi Gil, Thanks for pointing it out. I'll take a look on it. Regards, Flavio Ceolin
|
By
Flavio Ceolin
· #5191
·
|
|
Compilers working on Zephyr
Hi Sebastian, The in-tree documentation is lacking indeed, but I also wanted to know whether people is trying to use other compilers and the problems they are facing. The work on MISRA-C and C99 confo
Hi Sebastian, The in-tree documentation is lacking indeed, but I also wanted to know whether people is trying to use other compilers and the problems they are facing. The work on MISRA-C and C99 confo
|
By
Flavio Ceolin
· #5184
·
|
|
Compilers working on Zephyr
Hi, Guys I'm trying to have a list of supported compilers on Zephyr, but in our wiki just mention about 3rd-party compilers but don't mention any other than GNU ARM compiler. If you are using a compil
Hi, Guys I'm trying to have a list of supported compilers on Zephyr, but in our wiki just mention about 3rd-party compilers but don't mention any other than GNU ARM compiler. If you are using a compil
|
By
Flavio Ceolin
· #5174
·
|
|
MISRA-C and Zephyr
Hi Szymon, Sure thing ! Next commits I'll add which rule that commits is fixing. Thanks for pointint it out :) Regards, Flavio Ceolin
Hi Szymon, Sure thing ! Next commits I'll add which rule that commits is fixing. Thanks for pointint it out :) Regards, Flavio Ceolin
|
By
Flavio Ceolin
· #5137
·
|
|
Application specific MBEDTLS configuration
Hi, Agree, it's worth to fill an issue regarding this. Regards, Flavio Ceolin
Hi, Agree, it's worth to fill an issue regarding this. Regards, Flavio Ceolin
|
By
Flavio Ceolin
· #5119
·
|
|
MISRA-C and Zephyr
Hi Reto, Yeah, last time I've checked it was requiring the MISRA-C standard converted to a pure text. The problem is that we can distribute MISRA-C. Though, I'll check if the standard is only required
Hi Reto, Yeah, last time I've checked it was requiring the MISRA-C standard converted to a pure text. The problem is that we can distribute MISRA-C. Though, I'll check if the standard is only required
|
By
Flavio Ceolin
· #5117
·
|
|
Application specific MBEDTLS configuration
HI Aurelien, Have you tried to pass the absolute path of your header in MBEDTLS_CFG_FILE ? Regards, Flavio Ceolin
HI Aurelien, Have you tried to pass the absolute path of your header in MBEDTLS_CFG_FILE ? Regards, Flavio Ceolin
|
By
Flavio Ceolin
· #5116
·
|
|
MISRA-C and Zephyr
Hi Himanshu, Agree, we'll never put any compliance claim based on Coccinelle, even because to this *much likely* we have to use a qualified tool. Nevertheless, there are rules that we can't even check
Hi Himanshu, Agree, we'll never put any compliance claim based on Coccinelle, even because to this *much likely* we have to use a qualified tool. Nevertheless, there are rules that we can't even check
|
By
Flavio Ceolin
· #5115
·
|
|
MISRA-C and Zephyr
Hi guys, Recently I start working on Zephyr to be compliant with MISRA-C. I'd like to give you a brief overview about MISRA-C and why this is valuable to Zephyr. MISRA-C is code guideline that define
Hi guys, Recently I start working on Zephyr to be compliant with MISRA-C. I'd like to give you a brief overview about MISRA-C and why this is valuable to Zephyr. MISRA-C is code guideline that define
|
By
Flavio Ceolin
· #5106
·
|