Skip to content

bignum.c error #5

@LouisLee985

Description

@LouisLee985
.pio/libdeps/pico32/Arduino-HomeKit-ESP/src/port/bignum.c:49:46: error: 'DPORT_RSA_PD' undeclared (first use in this 
function)
     DPORT_REG_CLR_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD);
                       ^~~~~~~~~~~~~~~~~~~~~
.pio/libdeps/pico32/Arduino-HomeKit-ESP/src/port/bignum.c:58:23: error: 'DPORT_RSA_PD_CTRL_REG' undeclared (first use in this function)
     DPORT_REG_SET_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD);
                       ^~~~~~~~~~~~~~~~~~~~~
.pio/libdeps/pico32/Arduino-HomeKit-ESP/src/port/bignum.c:58:46: error: 'DPORT_RSA_PD' undeclared (first use in this 
function)
     DPORT_REG_SET_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD);
                                              ^~~~~~~~~~~~

from?
Arduino as an ESP-IDF component

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions