Skip to content

Commit 07a494f

Browse files
author
David Hunt
committed
Adding updated pre-compiled driver library.
Cleaning up after code reviews and validation of build. Signed-off-by: David Hunt <[email protected]>
1 parent e77ff7a commit 07a494f

File tree

7 files changed

+2
-113
lines changed

7 files changed

+2
-113
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.elf
55
*.swp
66
*.bin
7+
.*

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.f
7373
recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.bin"
7474

7575
## Create output (.elf file)
76-
##recipe.objcopy.eep.pattern="{compiler.path}{compiler.strip.cmd}" "{build.path}/{build.project_name}.elf"
76+
recipe.objcopy.eep.pattern="{compiler.path}{compiler.strip.cmd}" "{build.path}/{build.project_name}.elf"
7777

7878
## Compute size
7979
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"

system/libarc32_edu/bootcode/init.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ _do_reset:
4343
/* Set up stack pointer */
4444
// mov sp, @_DefaultStack + STACK_SIZE
4545
mov sp, @__stack_start
46-
/* Setup automatic (hardware) context saving feature */
47-
sr AUX_IRQ_CTRL_SAVE_ALL, [ARC_V2_AUX_IRQ_CTRL]
4846
/* Enable instruction cache */
4947
//mov r0, 0
5048
//sr r0, [ARC_V2_IC_CTRL]

system/libarc32_edu/drivers/arcv2_timer0.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

system/libarc32_edu/framework/include/pf_init.h

Lines changed: 0 additions & 32 deletions
This file was deleted.
223 KB
Binary file not shown.

variants/intel_edu_x/linker_scripts/flash.ld

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ SECTIONS
9797
*(".data.*")
9898
} > SRAM
9999

100-
sdata :
101-
{
102-
__SDATA_BEGIN__ = .;
103-
*(.sdata .sdata.* .gnu.linkonce.s.*)
104-
} > SRAM
105-
106100
__data_ram_end = .;
107101

108102
bss (NOLOAD) :

0 commit comments

Comments
 (0)