|
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
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 6
[ZEP-1150] CI does not use ccache
https://jira.zephyrproject.org/browse/ZEP-1150
[ZEP-1148] unified timeout: 10 millisecond delay introduced in timeout
NEW JIRA items within last 24 hours: 6
[ZEP-1150] CI does not use ccache
https://jira.zephyrproject.org/browse/ZEP-1150
[ZEP-1148] unified timeout: 10 millisecond delay introduced in timeout
|
By
donotreply@...
·
#4032
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6275 : Bluetooth: Move hci_driver.h to include/drivers/bluetooth
- https://gerrit.zephyrproject.org/r/6274 : Bluetooth:
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6275 : Bluetooth: Move hci_driver.h to include/drivers/bluetooth
- https://gerrit.zephyrproject.org/r/6274 : Bluetooth:
|
By
donotreply@...
·
#4031
·
|
|
Appropriate Toolchain Setup options for building on MacOS Sierra with Xcode 8.1
Hi, folks,
Newbie to Zephyr (and cross-development with gnu tools) here. Have Xcode 8.1 (latest release, just in the last day or two, even includes icon bar support for the new MacBooks announced on
Hi, folks,
Newbie to Zephyr (and cross-development with gnu tools) here. Have Xcode 8.1 (latest release, just in the last day or two, even includes icon bar support for the new MacBooks announced on
|
By
Michael Wirth
·
#4030
·
|
|
Re: IRQ_CONNECT: enum based line number?
Let me try to explain the preprocessor/linker magic going on which
forces the IRQ line parameter to be a numeric constant, or something
that expands (at preprocessing time) to a numeric
Let me try to explain the preprocessor/linker magic going on which
forces the IRQ line parameter to be a numeric constant, or something
that expands (at preprocessing time) to a numeric
|
By
Boie, Andrew P
·
#4029
·
|
|
Re: IRQ_CONNECT: enum based line number?
Hi Erwan,
Sorry I can’t quote you but my email client doesn’t allow me to for some reason.
We had the exact same issue with the nRF5x from Nordic, and we resorted to redefining them
Hi Erwan,
Sorry I can’t quote you but my email client doesn’t allow me to for some reason.
We had the exact same issue with the nRF5x from Nordic, and we resorted to redefining them
|
By
Carles Cufi
·
#4028
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 5
[ZEP-1145] system hang after tinycrypt HMAC test
https://jira.zephyrproject.org/browse/ZEP-1145
[ZEP-1142] Tinycrypt SHA256 test blocks at test vector 13
NEW JIRA items within last 24 hours: 5
[ZEP-1145] system hang after tinycrypt HMAC test
https://jira.zephyrproject.org/browse/ZEP-1145
[ZEP-1142] Tinycrypt SHA256 test blocks at test vector 13
|
By
donotreply@...
·
#4027
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6247 : net: ieee802154: Check data frame start correctly
- https://gerrit.zephyrproject.org/r/6196 : unified/arc: Fix scheduler
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6247 : net: ieee802154: Check data frame start correctly
- https://gerrit.zephyrproject.org/r/6196 : unified/arc: Fix scheduler
|
By
donotreply@...
·
#4026
·
|
|
IRQ_CONNECT: enum based line number?
Hi all,
I've a question around IRQ_CONNECT macro for Cortex_m defined in
include/arch/arm/cortex_m/irq.h
In ST CMSIS, we define IRQ line as enum. For instance:
typedef enum
{
/****** Cortex-M3
Hi all,
I've a question around IRQ_CONNECT macro for Cortex_m defined in
include/arch/arm/cortex_m/irq.h
In ST CMSIS, we define IRQ line as enum. For instance:
typedef enum
{
/****** Cortex-M3
|
By
Erwan Gouriou
·
#4025
·
|
|
Re: STM32/STM32F1 patchset v10
Have you looked at the patchset that Amit has posted:
https://gerrit.zephyrproject.org/r/#/c/5716/
- k
Have you looked at the patchset that Amit has posted:
https://gerrit.zephyrproject.org/r/#/c/5716/
- k
|
By
Kumar Gala
·
#4024
·
|
|
Re: how long do we keep jenkins logs
Oh look, I'm resurrecting a thread you may have thought died :)
As of https://gerrit.zephyrproject.org/r/#/c/6142/ which was just merged
all jobs will now announce a new logs hosting location. This
Oh look, I'm resurrecting a thread you may have thought died :)
As of https://gerrit.zephyrproject.org/r/#/c/6142/ which was just merged
all jobs will now announce a new logs hosting location. This
|
By
Andrew Grimberg <agrimberg@...>
·
#4023
·
|
|
Re: STM32/STM32F1 patchset v10
Hi Maciek,
I'm trying to port to STM32F4 Nucleo reference platform. The Memory map of Most peripherals(UART, RCC etc) are same as STM32F1 Nucleo.
Tried nucleo stm32f103rb defconfig along with
Hi Maciek,
I'm trying to port to STM32F4 Nucleo reference platform. The Memory map of Most peripherals(UART, RCC etc) are same as STM32F1 Nucleo.
Tried nucleo stm32f103rb defconfig along with
|
By
prasanna karthik <prasannakarthik123@...>
·
#4022
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 8
[ZEP-1138] Recived packets not being passed to upper layer from IP stack when using ENC28J60 driver
https://jira.zephyrproject.org/browse/ZEP-1138
NEW JIRA items within last 24 hours: 8
[ZEP-1138] Recived packets not being passed to upper layer from IP stack when using ENC28J60 driver
https://jira.zephyrproject.org/browse/ZEP-1138
|
By
donotreply@...
·
#4021
·
|