summaryrefslogtreecommitdiff
path: root/core/host/host_exe.lds
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/host_exe.lds')
-rw-r--r--core/host/host_exe.lds20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/host/host_exe.lds b/core/host/host_exe.lds
index 15925213a7..48f2c6bc19 100644
--- a/core/host/host_exe.lds
+++ b/core/host/host_exe.lds
@@ -83,6 +83,26 @@ SECTIONS {
__deferred_funcs = .;
*(.rodata.deferred)
__deferred_funcs_end = .;
+
+ __test_i2c_read8 = .;
+ *(.rodata.test_i2c.read8)
+ __test_i2c_read8_end = .;
+
+ __test_i2c_write8 = .;
+ *(.rodata.test_i2c.write8)
+ __test_i2c_write8_end = .;
+
+ __test_i2c_read16 = .;
+ *(.rodata.test_i2c.read16)
+ __test_i2c_read16_end = .;
+
+ __test_i2c_write16 = .;
+ *(.rodata.test_i2c.write16)
+ __test_i2c_write16_end = .;
+
+ __test_i2c_read_string = .;
+ *(.rodata.test_i2c.read_string)
+ __test_i2c_read_string_end = .;
}
}
INSERT BEFORE .rodata;