|
[users] Re: Re: Re: Re: Re: STM32F103x port
Where did you see a new layer in what I said? The current patch and adding st_stm32 is adding a new layer. st_stm32 is not an SoC, its an architecture (just like there is STM8) that has different vari
Where did you see a new layer in what I said? The current patch and adding st_stm32 is adding a new layer. st_stm32 is not an SoC, its an architecture (just like there is STM8) that has different vari
|
By
Nashif, Anas
· #2523
·
|
|
[users] Re: Re: Re: Re: Re: STM32F103x port
Yes, the only different from what you have right now is having 1 level less. I think everything else should stay the same. Anas
Yes, the only different from what you have right now is having 1 level less. I think everything else should stay the same. Anas
|
By
Nashif, Anas
· #2520
·
|
|
[users] Re: Re: Re: Re: Re: STM32F103x port
Maybe I was misunderstood in my email about the structure. I was suggesting to move the SoCs directly under soc/ and ski[ the st_stm32 level. If we are to do things the same way across architecture we
Maybe I was misunderstood in my email about the structure. I was suggesting to move the SoCs directly under soc/ and ski[ the st_stm32 level. If we are to do things the same way across architecture we
|
By
Nashif, Anas
· #2516
·
|
|
Zephyr v1.1.0 tagged
Hi, Zephyr v1.1.0 was tagged 2 days ago and merge window for the next release is no open. Release notes and other details will be posted on the website. Here is the log of changes since the rc1. Merge
Hi, Zephyr v1.1.0 was tagged 2 days ago and merge window for the next release is no open. Release notes and other details will be posted on the website. Here is the log of changes since the rc1. Merge
|
By
Nashif, Anas
· #2487
·
|
|
RFC: Use error codes from errno.h
Yes please, Thanks. Anas
By
Nashif, Anas
· #2480
·
|
|
Zephyr 1.1.0-rc1 tagged
Hi, After resolving some issues with git and a slight delay, here is the first release candidate for Zephyr v1.1.0. Below you will find all the changes since v1.0.0. A summary of the changes since v1.
Hi, After resolving some issues with git and a slight delay, here is the first release candidate for Zephyr v1.1.0. Below you will find all the changes since v1.0.0. A summary of the changes since v1.
|
By
Nashif, Anas
· #2454
·
|
|
STM32F103x port
stm32 is very generic, we should consider placing the series at the top level under soc/ and have the supported SoCs below it. So for STM32 we will end up with stm32f0/ ... stm32f1/ ... stm32f2/ STM32
stm32 is very generic, we should consider placing the series at the top level under soc/ and have the supported SoCs below it. So for STM32 we will end up with stm32f0/ ... stm32f1/ ... stm32f2/ STM32
|
By
Nashif, Anas
· #2445
·
|
|
STM32F103x port
The main issue with this is the fact that stm32 extends all the way from M0 to M7, in total set of 11 series • STM32F0 Series • STM32F1 Series • STM32F2 Series • STM32F3 Series • STM32F4 Series • STM3
The main issue with this is the fact that stm32 extends all the way from M0 to M7, in total set of 11 series • STM32F0 Series • STM32F1 Series • STM32F2 Series • STM32F3 Series • STM32F4 Series • STM3
|
By
Nashif, Anas
· #2439
·
|
|
Zephyr 1.1 merge window closes today
Hi, The last month has been very busy. Zephyr was launched, we had 2 releases and a lot of changes to address the launch of the project. Sorry about the late notice. Up to the release of the project w
Hi, The last month has been very busy. Zephyr was launched, we had 2 releases and a lot of changes to address the launch of the project. Sorry about the late notice. Up to the release of the project w
|
By
Nashif, Anas
· #2408
·
|
|
RFC - arm-gcc-embedded Toolchain Support
Hi Hugo, Yes, please do submit. Regards, Anas
Hi Hugo, Yes, please do submit. Regards, Anas
|
By
Nashif, Anas
· #2406
·
|
|
RFC[1/2] Common logging infrastructure and API
+1 This sounds more scalable, basically removes the need for defining a domain and using the levels to do the selection of how verbose messages are for each domain. Anas >
+1 This sounds more scalable, basically removes the need for defining a domain and using the levels to do the selection of how verbose messages are for each domain. Anas >
|
By
Nashif, Anas
· #2399
·
|
|
RFC - arm-gcc-embedded Toolchain Support
Hugo, Looks good to me. You can also do that by specifying CROSS_COMPILE at the command line, for example: CROSS_COMPILE=arm-none-eabi- make BOARD=qemu_cortex_m3 will build using the installed ARM too
Hugo, Looks good to me. You can also do that by specifying CROSS_COMPILE at the command line, for example: CROSS_COMPILE=arm-none-eabi- make BOARD=qemu_cortex_m3 will build using the installed ARM too
|
By
Nashif, Anas
· #2361
·
|
|
Building project
You have a typo in your makefile? mico instead of micro? Anas From: Corey Williamson <corey.bailey.williamson(a)gmail.com<mailto:corey.bailey.williamson(a)gmail.com>> Date: To: "devel(a)lists.zephyrpr
You have a typo in your makefile? mico instead of micro? Anas From: Corey Williamson <corey.bailey.williamson(a)gmail.com<mailto:corey.bailey.williamson(a)gmail.com>> Date: To: "devel(a)lists.zephyrpr
|
By
Nashif, Anas
· #2359
·
|
|
RFC[2/2] Common logging infrastructure and API
Hi
By
Nashif, Anas
· #2351
·
|
|
RFC[1/2] Common logging infrastructure and API
Hi, This is a much needed enhancement, thanks for making this proposal. We need to make sure we support logging for more than debugging and during development. In most cases logging will be used durin
Hi, This is a much needed enhancement, thanks for making this proposal. We need to make sure we support logging for more than debugging and during development. In most cases logging will be used durin
|
By
Nashif, Anas
· #2350
·
|
|
STM32F103x port
There is an effort going on right now, details will be provided soon. Anas
There is an effort going on right now, details will be provided soon. Anas
|
By
Nashif, Anas
· #2346
·
|
|
Source the project environment file from zsh
Hi Oleg, I think this can be fixed with: diff --git a/zephyr-env.sh b/zephyr-env.sh index dcb0638..d17780a 100644 --- a/zephyr-env.sh +++ b/zephyr-env.sh @@ -1,5 +1,5 @@ -if [ "X$(basename -- "$0")" =
Hi Oleg, I think this can be fixed with: diff --git a/zephyr-env.sh b/zephyr-env.sh index dcb0638..d17780a 100644 --- a/zephyr-env.sh +++ b/zephyr-env.sh @@ -1,5 +1,5 @@ -if [ "X$(basename -- "$0")" =
|
By
Nashif, Anas
· #2289
·
|
|
Non-binary SDK?
Oleg, you can also install without sudo in your home directory or any other location. The script will only extract the contents of the file. We do have instructions on how to build the SDK yourself, I
Oleg, you can also install without sudo in your home directory or any other location. The script will only extract the contents of the file. We do have instructions on how to build the SDK yourself, I
|
By
Nashif, Anas
· #2288
·
|
|
galileo building problem
Hi, You need to go into an application directory and build in the application directory, for example: $ cd samples/hello_world/nanokernel $ make BOARD=galileo Regards, Anas
Hi, You need to go into an application directory and build in the application directory, for example: $ cd samples/hello_world/nanokernel $ make BOARD=galileo Regards, Anas
|
By
Nashif, Anas
· #2283
·
|
|
RFC: make _fiber_start() return a handle on the fiber
You are right, this will not break existing code. Nevertheless, we should track such API changes and document them in release notes. Anas >
You are right, this will not break existing code. Nevertheless, we should track such API changes and document them in release notes. Anas >
|
By
Nashif, Anas
· #2277
·
|