avr: reorganized common code.

This commit is contained in:
Martin Preuss
2026-04-20 23:56:52 +02:00
parent 2d2105ae00
commit abe218e7b0
12 changed files with 281 additions and 155 deletions

View File

@@ -3,16 +3,31 @@
<gwbuild>
<extradist>
calls.asm
crc8.asm
debug.asm
devuid.asm
divide.asm
divide8.asm
eeprom-r.asm
eeprom-w.asm
eeprom_tlv.asm
inccounter16.asm
inccounter32.asm
itoa.asm
list.asm
list_t.asm
m_fixedbuffers.asm
m_ringbuffer.asm
m_ringbuffer_y.asm
multiply.asm
random.asm
ressource.asm
ringbuffer.asm
ringbuffer_y.asm
shared.asm
tree.asm
tree_t.asm
utils.asm
utils_copy_from_flash.asm
utils_copy_sdram.asm
@@ -26,14 +41,6 @@
wait_1ms.asm
wait_50us.asm
watchdog.asm
list.asm
list_t.asm
tree.asm
tree_t.asm
eeprom-r.asm
eeprom-w.asm
ressource.asm
itoa.asm
</extradist>
</gwbuild>