zephyr/include
Nathaniel Graff 15516ed0ef linker: riscv: Relocate .eh_frame symbol
The .eh_frame symbol was causing __data_rom_start to contain the wrong
offset into the ROM, resulting in corrupt data copied into RAM by
_data_copy(). Fix by placing the .eh_frame in the .text section as is
done in include/arch/x86/linker.ld

Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
2018-07-30 13:38:31 -05:00
..
app_memory userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
arch linker: riscv: Relocate .eh_frame symbol 2018-07-30 13:38:31 -05:00
audio drivers: codec: APIs for Audio Codecs 2018-07-17 09:57:18 -04:00
bluetooth bluetooth: add callback to notify pairing is complete 2018-07-27 16:16:52 +03:00
crypto
debug obj_tracing: Declare object trace list for queue 2018-07-27 07:51:26 -04:00
dfu
display
drivers include: drivers: gpio: Turn functions generic - esp32 2018-07-15 16:13:36 -04:00
dt-bindings gpio: doc: Be explicit about how EDGE and DOUBLE_EDGE work together 2018-06-12 11:51:14 -04:00
fs subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
linker userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
logging logging: use BUILD_ASSERT_MSG instead of _Static_assert 2018-07-27 09:19:57 -04:00
mgmt subsys: mgmt: Fix broken OTA firmware update 2018-07-18 14:32:06 +02:00
misc userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
net net/ethernet: Add a way to configure MAC address filters into devices 2018-07-30 08:28:38 -04:00
nvs subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00
posix posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
random
settings settings: fix typo in header file 2018-06-12 22:49:12 -04:00
shell
toolchain toolchain: gcc: check if __weak is defined 2018-06-28 09:13:17 -05:00
usb usb: bos: Add USB BOS descriptors API 2018-06-20 15:47:00 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
base64.h lib: base64: Add statement of changes 2018-03-23 13:54:48 +01:00
cache.h
can.h doc: fix misspellings in API doxygen comments 2018-05-23 15:28:01 -05:00
clock_control.h
console.h subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
counter.h
crc8.h
crc16.h
crc32.h lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
device.h
disk_access.h
dma.h
entropy.h drivers: entropy: Introduce ISR-specific entropy function 2018-05-24 15:13:13 -07:00
fcb.h
flash_map.h
flash.h
fs.h lib: posix: Add Posix Style File System API support 2018-05-18 13:32:36 +03:00
gpio.h doc: fix early closing of GPIO doxygen defgroup 2018-06-04 10:55:37 -04:00
i2c.h i2c: Add new I2C Slave syscalls 2018-07-04 11:57:33 +02:00
i2s.h
init.h
ipm.h drivers: ipm: add system calls 2017-10-30 13:20:19 -07:00
irq_nextlevel.h
irq_offload.h
irq.h
json.h lib: json: add helper macro for array of array 2018-07-06 19:17:07 -04:00
kernel_includes.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
kernel_version.h
kernel.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
led_strip.h
led.h
pinmux.h
power.h
ptp_clock.h driver: ptp_clock: PTP clock driver definition 2018-06-26 12:37:28 +03:00
pwm.h
ring_buffer.h
rtc.h rtc: Add prescalar configuration option 2018-05-17 13:45:08 -05:00
sched_priq.h kernel: Add the old "multi queue" scheduler algorithm as an option 2018-07-03 17:09:15 -04:00
sensor.h
shared_irq.h
spi.h
spinlock.h
stats.h doc: fix misspellings in API doxygen comments 2018-05-23 15:28:01 -05:00
sw_isr_table.h
sys_clock.h kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00
sys_io.h sys_io.h: don't pull in kernel.h 2017-11-02 13:25:01 -07:00
syscall.h syscalls: pull in arch/cpu.h 2018-07-19 16:44:59 -07:00
toolchain.h
uart.h
watchdog.h api: watchdog: fix wdt_install_timeout doxygen comment 2018-06-05 08:04:45 -04:00
zephyr.h