|
stm32f7/cortex M7 port and M-7 assembler error
Is cortex M7 core support available ? Am facing compiler error with cortex M7 compiler option.
Am porting to stm32f7, here is the patch for the soc support and driver:
Is cortex M7 core support available ? Am facing compiler error with cortex M7 compiler option.
Am porting to stm32f7, here is the patch for the soc support and driver:
|
By
prasanna karthik <prasannakarthik123@...>
·
#4052
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 36
[ZEP-540] add APIs for asynchronous transfer callbacks
https://jira.zephyrproject.org/browse/ZEP-540
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 36
[ZEP-540] add APIs for asynchronous transfer callbacks
https://jira.zephyrproject.org/browse/ZEP-540
|
By
donotreply@...
·
#4051
·
|
|
Re: IRQ_CONNECT: enum based line number?
Sure. I have a pretty good idea how to do this and it shouldn't take me very
long. https://jira.zephyrproject.org/browse/ZEP-1165
Andrew
Sure. I have a pretty good idea how to do this and it shouldn't take me very
long. https://jira.zephyrproject.org/browse/ZEP-1165
Andrew
|
By
Boie, Andrew P
·
#4050
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6349 : power: Update quark_se power sample with PM API
- https://gerrit.zephyrproject.org/r/6348 : drivers: Add get_pending_int API
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6349 : power: Update quark_se power sample with PM API
- https://gerrit.zephyrproject.org/r/6348 : drivers: Add get_pending_int API
|
By
donotreply@...
·
#4049
·
|
|
Re: [RFC] [RFC] Add new SYS_LOG_BACKEND_FN to sys_log
Yossi,
Looks ok, I am fine with this.
Can you please put this into a JIRA story and if you have code already, submit it to gerrit.
You also need to submit a sample backend and testcases or samples
Yossi,
Looks ok, I am fine with this.
Can you please put this into a JIRA story and if you have code already, submit it to gerrit.
You also need to submit a sample backend and testcases or samples
|
By
Nashif, Anas
·
#4048
·
|
|
Re: Galileo clock frequency
This actually _does not_ work when using the hpet for the kernel system
clock. The hpet driver ignores that value and read the correct value
from the hardware during initialization.
Cheers,
Ben
--
This actually _does not_ work when using the hpet for the kernel system
clock. The hpet driver ignores that value and read the correct value
from the hardware during initialization.
Cheers,
Ben
--
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#4047
·
|
|
Re: Galileo clock frequency
Hi Fabio,
Which clock are you talking about exactly ?
If it's the kernel system clock that drives the tick frequency, it's
CONFIG_SYS_CLOCK_TICKS_PER_SEC on all platforms.
Cheers,
Ben
Hi Fabio,
Which clock are you talking about exactly ?
If it's the kernel system clock that drives the tick frequency, it's
CONFIG_SYS_CLOCK_TICKS_PER_SEC on all platforms.
Cheers,
Ben
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#4046
·
|
|
Re: Galileo clock frequency
Maybe this is what you're looking for?
galileo_defconfig:CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
Maybe this is what you're looking for?
galileo_defconfig:CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
By
Havusha, Yossi <yossi.havusha@...>
·
#4045
·
|
|
Galileo clock frequency
Dear Sirs,
Can I change Galileo clock frequency by Zephyr configuration?
Thank you very much.
Dear Sirs,
Can I change Galileo clock frequency by Zephyr configuration?
Thank you very much.
|
By
Fábio Iaione <fabio.iaione at gmail.com...>
·
#4044
·
|
|
Re: Appropriate Toolchain Setup options for building on MacOS Sierra with Xcode 8.1
Carles,
Thanks for the very informative reply. I'm happy to hear that ARM GCC Embedded on MacOS is a workable option and will pursue that path.
AFAIC, we can close this thread now.
Regards,
Mike
Carles,
Thanks for the very informative reply. I'm happy to hear that ARM GCC Embedded on MacOS is a workable option and will pursue that path.
AFAIC, we can close this thread now.
Regards,
Mike
|
By
Michael Wirth
·
#4043
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6301 : tests: common: add rand32 test
- https://gerrit.zephyrproject.org/r/6287 : tests: crypto: convert all tests to unified kernel
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6301 : tests: common: add rand32 test
- https://gerrit.zephyrproject.org/r/6287 : tests: crypto: convert all tests to unified kernel
|
By
donotreply@...
·
#4042
·
|
|
Re: IRQ_CONNECT: enum based line number?
Hi Piotr,
By
Carles Cufi
·
#4041
·
|
|
Re: IRQ_CONNECT: enum based line number?
Hi Andrew,
Thanks for the detailled explanation.
assembly language stubs and a special tool to generate the IDT, I need to
check if it also forbids enumerations. If using enums is very desirable
Hi Andrew,
Thanks for the detailled explanation.
assembly language stubs and a special tool to generate the IDT, I need to
check if it also forbids enumerations. If using enums is very desirable
|
By
Erwan Gouriou
·
#4040
·
|
|
Re: IRQ_CONNECT: enum based line number?
Hi Andrew,
If this is even possible that would be indeed very desirable! Header files from all vendors that support CMSIS (I believe most of the vendors do) use an enum implementation. It would save
Hi Andrew,
If this is even possible that would be indeed very desirable! Header files from all vendors that support CMSIS (I believe most of the vendors do) use an enum implementation. It would save
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#4039
·
|
|
Re: IRQ_CONNECT: enum based line number?
Hi Erwan,
I doubt Nordic MDK team would ever accept your proposal. The definition of IRQs as an enum is enforced by the CMSIS standard which comes from ARM. E.g. following is a declaration of one of
Hi Erwan,
I doubt Nordic MDK team would ever accept your proposal. The definition of IRQs as an enum is enforced by the CMSIS standard which comes from ARM. E.g. following is a declaration of one of
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#4038
·
|
|
Re: Appropriate Toolchain Setup options for building on MacOS Sierra with Xcode 8.1
Hi Mike,
By
Carles Cufi
·
#4037
·
|
|
Re: Appropriate Toolchain Setup options for building on MacOS Sierra with Xcode 8.1
Folks,
To update and add to my earlier msg:
• Managed to get further with building a MacOS Sierra-hosted gnu toolchain for ARM targets. Started with a ct-ng .config file I found on the web for
Folks,
To update and add to my earlier msg:
• Managed to get further with building a MacOS Sierra-hosted gnu toolchain for ARM targets. Started with a ct-ng .config file I found on the web for
|
By
Michael Wirth
·
#4036
·
|
|
Re: Architecture Porting Guide now available
Hello Anas, I am new to Zephyr Community. I am very much interested in porting Zephyr to ESP 32 SoC (from Espressif) which is based on Xtensa® Dual-Core 32-bit LX6 microprocessors. I am looking for
Hello Anas, I am new to Zephyr Community. I am very much interested in porting Zephyr to ESP 32 SoC (from Espressif) which is based on Xtensa® Dual-Core 32-bit LX6 microprocessors. I am looking for
|
By
Sashikumar Yeddnapudi <sashikumar.y@...>
·
#4035
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 1
[ZEP-1154] tests/samples failing with unified kernel
https://jira.zephyrproject.org/browse/ZEP-1154
UPDATED JIRA items within last 24 hours: 14
NEW JIRA items within last 24 hours: 1
[ZEP-1154] tests/samples failing with unified kernel
https://jira.zephyrproject.org/browse/ZEP-1154
UPDATED JIRA items within last 24 hours: 14
|
By
donotreply@...
·
#4034
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6283 : fs: Kconfig: Remove bogus default value
- https://gerrit.zephyrproject.org/r/6282 : fs: Kconfig: Clean up representation of
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6283 : fs: Kconfig: Remove bogus default value
- https://gerrit.zephyrproject.org/r/6282 : fs: Kconfig: Clean up representation of
|
By
donotreply@...
·
#4033
·
|