File tree Expand file tree Collapse file tree 4 files changed +953
-905
lines changed
src/portable/renesas/link Expand file tree Collapse file tree 4 files changed +953
-905
lines changed Original file line number Diff line number Diff line change 1
- return USB0.INTSTS1.BIT.ATTCH ? true : false;
1
+ return LINK_REG->INTSTS1_b.ATTCH ? true : false;
2
+ volatile uint16_t ATTCH : 1; /* [11..11] ATTCH Interrupt Status */
3
+ #define LINK_REG_INTSTS1_ATTCH_Pos (11UL) /* ATTCH (Bit 11) */
4
+ #define LINK_REG_INTSTS1_ATTCH_Msk (0x800UL) /* ATTCH (Bitfield-Mask: 0x01) */
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ SRC_C += \
30
30
$(subst $(TOP ) /,,$(wildcard $(TOP ) /$(FREERTOS_PORT ) /* .c) )
31
31
32
32
SRC_S += \
33
- $(subst $(TOP ) /,,$(wildcard $(TOP ) /$(FREERTOS_PORTABLE_SRC ) /* .s) )
33
+ $(subst $(TOP ) /,,$(wildcard $(TOP ) /$(FREERTOS_PORT ) /* .s) )
34
34
35
35
# include heap manage if configSUPPORT_DYNAMIC_ALLOCATION = 1
36
36
# SRC_C += $(FREERTOS_SRC)/portable/MemMang/heap_1.c
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ SRC_C += \
29
29
$(subst $(TOP ) /,,$(wildcard $(TOP ) /$(FREERTOS_PORT ) /* .c) )
30
30
31
31
SRC_S += \
32
- $(subst $(TOP ) /,,$(wildcard $(TOP ) /$(FREERTOS_PORTABLE_SRC ) /* .s) )
32
+ $(subst $(TOP ) /,,$(wildcard $(TOP ) /$(FREERTOS_PORT ) /* .s) )
33
33
34
34
# include heap manage if configSUPPORT_DYNAMIC_ALLOCATION = 1
35
35
# SRC_C += $(FREERTOS_SRC)/portable/MemMang/heap_1.c
You can’t perform that action at this time.
0 commit comments