added dac support
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
ARM GAS /tmp/ccVyLLz5.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
28:Middlewares/Third_Party/FatFs/src/diskio.c **** /* Private function prototypes -----------------------------------------------*/
|
||||
29:Middlewares/Third_Party/FatFs/src/diskio.c **** /* Private functions ---------------------------------------------------------*/
|
||||
30:Middlewares/Third_Party/FatFs/src/diskio.c ****
|
||||
ARM GAS /tmp/ccdXV1P2.s page 2
|
||||
ARM GAS /tmp/ccVyLLz5.s page 2
|
||||
|
||||
|
||||
31:Middlewares/Third_Party/FatFs/src/diskio.c **** /**
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
71 disk_initialize:
|
||||
72 .LVL3:
|
||||
73 .LFB1184:
|
||||
ARM GAS /tmp/ccdXV1P2.s page 3
|
||||
ARM GAS /tmp/ccVyLLz5.s page 3
|
||||
|
||||
|
||||
45:Middlewares/Third_Party/FatFs/src/diskio.c ****
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
62:Middlewares/Third_Party/FatFs/src/diskio.c **** return stat;
|
||||
111 .loc 1 62 3 is_stmt 1 view .LVU23
|
||||
63:Middlewares/Third_Party/FatFs/src/diskio.c **** }
|
||||
ARM GAS /tmp/ccdXV1P2.s page 4
|
||||
ARM GAS /tmp/ccVyLLz5.s page 4
|
||||
|
||||
|
||||
112 .loc 1 63 1 is_stmt 0 view .LVU24
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
80:Middlewares/Third_Party/FatFs/src/diskio.c **** DRESULT res;
|
||||
150 .loc 1 80 3 is_stmt 1 view .LVU29
|
||||
81:Middlewares/Third_Party/FatFs/src/diskio.c ****
|
||||
ARM GAS /tmp/ccdXV1P2.s page 5
|
||||
ARM GAS /tmp/ccVyLLz5.s page 5
|
||||
|
||||
|
||||
82:Middlewares/Third_Party/FatFs/src/diskio.c **** res = disk.drv[pdrv]->disk_read(disk.lun[pdrv], buff, sector, count);
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
187 @ args = 0, pretend = 0, frame = 0
|
||||
188 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
189 .loc 1 101 1 is_stmt 0 view .LVU38
|
||||
ARM GAS /tmp/ccdXV1P2.s page 6
|
||||
ARM GAS /tmp/ccVyLLz5.s page 6
|
||||
|
||||
|
||||
190 0000 38B5 push {r3, r4, r5, lr}
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
116:Middlewares/Third_Party/FatFs/src/diskio.c **** #if _USE_IOCTL == 1
|
||||
117:Middlewares/Third_Party/FatFs/src/diskio.c **** DRESULT disk_ioctl (
|
||||
118:Middlewares/Third_Party/FatFs/src/diskio.c **** BYTE pdrv, /* Physical drive nmuber (0..) */
|
||||
ARM GAS /tmp/ccdXV1P2.s page 7
|
||||
ARM GAS /tmp/ccVyLLz5.s page 7
|
||||
|
||||
|
||||
119:Middlewares/Third_Party/FatFs/src/diskio.c **** BYTE cmd, /* Control code */
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
131:Middlewares/Third_Party/FatFs/src/diskio.c **** * @brief Gets Time from RTC
|
||||
132:Middlewares/Third_Party/FatFs/src/diskio.c **** * @param None
|
||||
133:Middlewares/Third_Party/FatFs/src/diskio.c **** * @retval Time in DWORD
|
||||
ARM GAS /tmp/ccdXV1P2.s page 8
|
||||
ARM GAS /tmp/ccVyLLz5.s page 8
|
||||
|
||||
|
||||
134:Middlewares/Third_Party/FatFs/src/diskio.c **** */
|
||||
@ -446,28 +446,28 @@ ARM GAS /tmp/ccdXV1P2.s page 1
|
||||
294 .file 6 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_tim.h"
|
||||
295 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h"
|
||||
296 .file 8 "Middlewares/Third_Party/FatFs/src/ff_gen_drv.h"
|
||||
ARM GAS /tmp/ccdXV1P2.s page 9
|
||||
ARM GAS /tmp/ccVyLLz5.s page 9
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 diskio.c
|
||||
/tmp/ccdXV1P2.s:20 .text.disk_status:00000000 $t
|
||||
/tmp/ccdXV1P2.s:26 .text.disk_status:00000000 disk_status
|
||||
/tmp/ccdXV1P2.s:60 .text.disk_status:00000014 $d
|
||||
/tmp/ccdXV1P2.s:65 .text.disk_initialize:00000000 $t
|
||||
/tmp/ccdXV1P2.s:71 .text.disk_initialize:00000000 disk_initialize
|
||||
/tmp/ccdXV1P2.s:124 .text.disk_initialize:00000024 $d
|
||||
/tmp/ccdXV1P2.s:129 .text.disk_read:00000000 $t
|
||||
/tmp/ccdXV1P2.s:135 .text.disk_read:00000000 disk_read
|
||||
/tmp/ccdXV1P2.s:171 .text.disk_read:00000014 $d
|
||||
/tmp/ccdXV1P2.s:176 .text.disk_write:00000000 $t
|
||||
/tmp/ccdXV1P2.s:182 .text.disk_write:00000000 disk_write
|
||||
/tmp/ccdXV1P2.s:218 .text.disk_write:00000014 $d
|
||||
/tmp/ccdXV1P2.s:223 .text.disk_ioctl:00000000 $t
|
||||
/tmp/ccdXV1P2.s:229 .text.disk_ioctl:00000000 disk_ioctl
|
||||
/tmp/ccdXV1P2.s:263 .text.disk_ioctl:00000014 $d
|
||||
/tmp/ccdXV1P2.s:268 .text.get_fattime:00000000 $t
|
||||
/tmp/ccdXV1P2.s:274 .text.get_fattime:00000000 get_fattime
|
||||
/tmp/ccVyLLz5.s:20 .text.disk_status:00000000 $t
|
||||
/tmp/ccVyLLz5.s:26 .text.disk_status:00000000 disk_status
|
||||
/tmp/ccVyLLz5.s:60 .text.disk_status:00000014 $d
|
||||
/tmp/ccVyLLz5.s:65 .text.disk_initialize:00000000 $t
|
||||
/tmp/ccVyLLz5.s:71 .text.disk_initialize:00000000 disk_initialize
|
||||
/tmp/ccVyLLz5.s:124 .text.disk_initialize:00000024 $d
|
||||
/tmp/ccVyLLz5.s:129 .text.disk_read:00000000 $t
|
||||
/tmp/ccVyLLz5.s:135 .text.disk_read:00000000 disk_read
|
||||
/tmp/ccVyLLz5.s:171 .text.disk_read:00000014 $d
|
||||
/tmp/ccVyLLz5.s:176 .text.disk_write:00000000 $t
|
||||
/tmp/ccVyLLz5.s:182 .text.disk_write:00000000 disk_write
|
||||
/tmp/ccVyLLz5.s:218 .text.disk_write:00000014 $d
|
||||
/tmp/ccVyLLz5.s:223 .text.disk_ioctl:00000000 $t
|
||||
/tmp/ccVyLLz5.s:229 .text.disk_ioctl:00000000 disk_ioctl
|
||||
/tmp/ccVyLLz5.s:263 .text.disk_ioctl:00000014 $d
|
||||
/tmp/ccVyLLz5.s:268 .text.get_fattime:00000000 $t
|
||||
/tmp/ccVyLLz5.s:274 .text.get_fattime:00000000 get_fattime
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
disk
|
||||
|
||||
Reference in New Issue
Block a user