Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
cbe48b67df
2 changed files with 2 additions and 2 deletions
2
platforms/chibios/vendors/RP/RP2040.mk
vendored
2
platforms/chibios/vendors/RP/RP2040.mk
vendored
|
@ -78,7 +78,7 @@ PICOSDKINTRINSICSSRC = $(PICOSDKROOT)/src/rp2_common/pico_divider/divider.S \
|
||||||
$(PICOSDKROOT)/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S
|
$(PICOSDKROOT)/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S
|
||||||
|
|
||||||
PICOSDKINTRINSICSINC = $(PICOSDKROOT)/src/common/pico_base/include \
|
PICOSDKINTRINSICSINC = $(PICOSDKROOT)/src/common/pico_base/include \
|
||||||
$(PICOSDKROOT)/src/rp2_common/pico_platfrom/include \
|
$(PICOSDKROOT)/src/rp2_common/pico_platform/include \
|
||||||
$(PICOSDKROOT)/src/rp2_common/hardware_divider/include
|
$(PICOSDKROOT)/src/rp2_common/hardware_divider/include
|
||||||
|
|
||||||
# integer division intrinsics utilizing the RP2040 hardware divider
|
# integer division intrinsics utilizing the RP2040 hardware divider
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/* Remove these once we transitioned to C23 across all platfroms */
|
/* Remove these once we transitioned to C23 across all platforms */
|
||||||
#define UINT32_WIDTH 32
|
#define UINT32_WIDTH 32
|
||||||
#define UINT64_WIDTH 64
|
#define UINT64_WIDTH 64
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue