Commit graph

  • 6f8e7b33b1 tests: convert tests/net/buf to the new framework Jaakko Hannikainen 2016-08-22 15:03:01 +03:00
  • 349a6c5c28 ztest: Add simple integration and unit tests Jaakko Hannikainen 2016-08-22 15:02:31 +03:00
  • 891c369807 ztest: Add documentation Jaakko Hannikainen 2016-08-26 13:26:10 +03:00
  • ca505f8452 ztest: Add native building support Jaakko Hannikainen 2016-08-22 15:03:46 +03:00
  • 9167a0305f tests: Add a generic testing framework Jaakko Hannikainen 2016-08-22 14:51:46 +03:00
  • 5469ff50a1 win-doc: Adds the dependency with the pthread library Juan Manuel Cruz 2016-09-20 11:17:15 -05:00
  • 99db9741ec win-doc: Add recommendation for regex library configuration Juan Manuel Cruz 2016-09-19 16:13:20 -05:00
  • 9b5a4647e0 boards: Rename the nRF52 Nitrogen to 96Boards Nitrogen Amit Kucheria 2016-09-28 04:43:57 -07:00
  • d8083bd6c7 toolchain: Use ALIAS_OF() in FUNC_ALIAS() macro Jukka Rissanen 2016-09-30 10:52:20 +03:00
  • fca95109a8 toolchain: Make ALIAS_OF() macro public Jukka Rissanen 2016-09-30 10:47:33 +03:00
  • 27fc467e74 net: buf: Allow NULL head pointer when inserting to frag list Johan Hedberg 2016-09-29 15:25:30 +03:00
  • 8afb6fc229 net: buf: Allow head deletion with net_buf_frag_del() Johan Hedberg 2016-09-29 13:27:37 +03:00
  • 1006f94998 doc: Update the device power management API documentation ksimanto 2016-09-26 13:45:16 +03:00
  • 9a81ffa7ad device: Make device_get_binding() const correct Daniel Thompson 2016-09-28 12:11:14 -07:00
  • 26b1651f0c intstub.S: fix argument to _sys_power_save_idle_exit on IAMCU Andrew Boie 2016-09-26 13:03:36 -07:00
  • 70d8a32740 x86: interrupts: consolidate duplicated code in idle path Andrew Boie 2016-09-26 13:15:58 -07:00
  • e56f61f5aa x86: exceptions: simplify exception stubs Andrew Boie 2016-09-26 14:34:33 -07:00
  • edeb1f1c52 x86: interrupts: optimize and simplify IRQ stubs Andrew Boie 2016-09-23 14:01:39 -07:00
  • 9558d47fd3 unified: Build kernel objects as a static library Dmitriy Korovkin 2016-09-09 13:59:17 -04:00
  • 284042d746 unified: Invoke kernel object initialization with SYS_INIT macro Dmitriy Korovkin 2016-09-09 11:24:27 -04:00
  • 4223ba7964 unified: Add initialization priority level for kernel objects Dmitriy Korovkin 2016-09-09 11:20:23 -04:00
  • aabf74cda5 Dining philosophers demo for unified kernel. Benjamin Walsh 2016-09-14 12:28:27 -04:00
  • f83134130e segmentation.h: fix get_gdt/get_idt Andrew Boie 2016-09-23 11:41:15 -07:00
  • 2d7490c7ce x86: don't unconditionally run ISRs with interrupts enabled Andrew Boie 2016-09-23 15:36:34 -07:00
  • 2a2291d430 remove unused whitespace in arch/arc/core/fault_s.S Qiu Peiyang 2016-09-25 20:34:47 -04:00
  • e57b21c78c irq: Use lowest priority not a hard-coded priority 2 Chuck Jordan 2016-09-23 16:23:22 -07:00
  • 8e5c813a24 irq: _ARC_V2_DEF_IRQ_LEVEL should be set to last legal priority Chuck Jordan 2016-09-23 16:10:07 -07:00
  • 6ab9701330 samples: remove unused MDEF file Anas Nashif 2016-09-24 08:26:50 -04:00
  • f720bb12a7 mvic: fixed printk format Anas Nashif 2016-09-24 08:11:37 -04:00
  • 89ead817b7 usb: do not assert on a variable we do not have Anas Nashif 2016-09-24 08:10:50 -04:00
  • 4dd1ca2c1a x86: add _init_irq_gate and use it in gen_idt Andrew Boie 2016-09-22 15:59:36 -07:00
  • ba5ddc189e unified: implement k_uptime_{get,delta}() Benjamin Walsh 2016-09-21 16:01:22 -04:00
  • a9604bd895 unified: move basic ticks-to-ms conversion to kernel.h Benjamin Walsh 2016-09-21 11:05:56 -04:00
  • 19547d09f7 unified: Eliminate useless check in idle thread Peter Mitsis 2016-09-14 15:40:01 -04:00
  • ba26615a47 unified: Remove unused _nano_get_earliest_deadline() Peter Mitsis 2016-09-19 16:07:15 -04:00
  • 7e9d7058cc unified: Remove #if 0 code block from wait_q.h Peter Mitsis 2016-09-19 15:57:44 -04:00
  • e02c720e3d unified: Remove obsolete wait_q.h macros Peter Mitsis 2016-09-19 15:49:11 -04:00
  • b27249486a unified: Remove references to obsolete task_timeout Peter Mitsis 2016-09-19 13:53:33 -04:00
  • 3259d0e3c4 unified: Replace _nano_get_earliest_deadline() Peter Mitsis 2016-09-19 13:42:23 -04:00
  • 5a92f4b54f unified: Make test_pend unified capable. Dmitriy Korovkin 2016-09-20 16:20:06 -04:00
  • bf9972113f unified: Add legacy task_offload_to_fiber() routine Dmitriy Korovkin 2016-09-20 16:18:20 -04:00
  • 653ff0b949 unified: Remove check in _reschedule_threads() Peter Mitsis 2016-09-22 14:11:25 -04:00
  • 8d8b2acb26 k_timer: Don't allocate dynamic timers by default Andy Ross 2016-09-23 10:08:54 -07:00
  • 7c385bd8b1 ioapic: make init-time RTE masking optional Andrew Boie 2016-09-22 09:46:35 -07:00
  • d3831180cf apic: set initial PM state at build time Andrew Boie 2016-09-22 11:23:22 -07:00
  • 325cae5c94 kernel: remove lingering irq_connect_dynamic() references Andrew Boie 2016-09-22 11:20:26 -07:00
  • a5b2682ce8 init.h: use a counter when naming system devices Andrew Boie 2016-09-22 11:14:59 -07:00
  • 9ec847e608 Revert "rfc: ksdk: Add KSDK ENET driver." Kumar Gala 2016-09-23 09:07:02 -05:00
  • 581e15ced2 rfc: ksdk: Add KSDK ENET driver. Marcus Shawcroft 2016-06-16 17:33:47 +01:00
  • ec60dcc4c1 ksdk: Build ksdk fsl_enet.c and fsl_phy.c Marcus Shawcroft 2016-06-14 21:50:15 +01:00
  • 98357de7a3 sample: fs: Add tests for fs_truncate and fs_statvfs Ramesh Thomas 2016-09-02 00:46:23 -07:00
  • 97d8fd1748 fs: Add file system API to flush cache of an open file Ramesh Thomas 2016-09-01 23:15:25 -07:00
  • 524004d54b fs: Adds file system API to get volume statistics Ramesh Thomas 2016-09-01 17:11:16 -07:00
  • 211db5352d fs: Adds file system API to grow or shrink a file Ramesh Thomas 2016-08-26 17:56:07 -07:00
  • 986596bb91 boards: arduino_101: remove backup/restore scripts Anas Nashif 2016-09-22 13:56:34 -04:00
  • 179ce1c891 boards: remove obsolete board basic_minuteia Anas Nashif 2016-09-21 23:43:41 -04:00
  • 572f4a1a14 boards: remove obsolete board basic_cortex_m3 Anas Nashif 2016-09-21 23:43:16 -04:00
  • 70c68b92de unified: change signature of k_sem_reset() Benjamin Walsh 2016-09-21 10:37:34 -04:00
  • bee1c0655f test_mem_safe: fix breakage in unified kernel Benjamin Walsh 2016-09-21 10:10:44 -04:00
  • 0bee91dae1 unified: fix some leftover K_<obj>_DEFINE macros Benjamin Walsh 2016-09-15 17:16:38 -04:00
  • 14dd53289d drivers: serial: uart_qmsi: update Quark SE C1000 config Javier B Perez 2016-09-22 11:04:24 -05:00
  • 3fa32becd5 arm: merge Cortex-M3/M4 memory map into master Cortex-M memory map Kumar Gala 2016-09-21 12:17:07 -05:00
  • 276086da28 kernel: Fix for k_sem where counter is a unsigned int Tomasz Bursztyka 2016-09-21 16:03:21 +02:00
  • dbb9094b8a net: Set uIP context on newly allocated buffers immediately. Paul Sokolovsky 2016-09-21 19:56:03 +03:00
  • 58002193e9 drivers: gpio: reuse gpio Kconfigs for sensor subsystem Anas Nashif 2016-09-18 01:27:59 -04:00
  • 47e8893654 tests/zoap: Add simple test for retransmission Vinicius Costa Gomes 2016-09-06 16:21:50 -03:00
  • 7d0a1279b6 iot/zoap: Fix retrieving the token for every reply Vinicius Costa Gomes 2016-09-16 16:11:01 -03:00
  • eab5adb282 iot/zoap: Fix subtly wrong indentation Vinicius Costa Gomes 2016-09-14 11:38:14 -03:00
  • eb9d45e6cd power_mgmt: Mark old device pm API functions as deprecated amirkapl 2016-09-12 14:35:13 +03:00
  • c490219d1e power_mgmt: Update sample and drivers according to new pm device API amirkapl 2016-09-11 19:17:19 +03:00
  • d305da61e9 power_mgmt: Update Power Management device driver API amirkapl 2016-09-01 09:01:10 +03:00
  • 035ec8249d drivers: timer: cortex_m_systick remove dead code Javier B Perez 2016-09-20 14:02:22 -05:00
  • 86a4fb0332 doc: add zoap.h to doxygen input Anas Nashif 2016-09-20 22:11:35 -04:00
  • d4429bfb88 drivers: timer: loapic remove unused workaround Javier B Perez 2016-09-20 12:48:43 -05:00
  • 8108aa8990 usb_dw: Clear device address on USB Reset Jesus Sanchez-Palencia 2016-09-20 16:15:12 -03:00
  • e3be818115 unified: Make memory pool test unified capable Dmitriy Korovkin 2016-09-15 15:27:38 -04:00
  • 7f14618227 unified: Enable memory pools in mailbox tests Dmitriy Korovkin 2016-09-12 15:04:15 -04:00
  • 3c426888a1 unified: Implement memory pools Dmitriy Korovkin 2016-09-01 18:14:17 -04:00
  • 3fb21ac39c test_mem_safe: bring x86 linker script up-to-date Benjamin Walsh 2016-09-20 15:32:21 -04:00
  • 99368c7435 x86: optimize GDT space Andrew Boie 2016-09-19 10:40:25 -07:00
  • 757dae5b7d x86: introduce new segmentation.h header Andrew Boie 2016-09-16 12:04:27 -07:00
  • 7bad492e5b doc: Add links from kernel API to overview docs David B. Kinder 2016-09-19 14:19:06 -07:00
  • f01601b935 doc: fix title generation for config options pages David B. Kinder 2016-09-20 10:09:20 -07:00
  • 79cdf33579 ARM: irq: Add _arch_irq_is_enabled external interrupt API Vinayak Chettimada 2016-09-10 12:38:36 +02:00
  • b33aaa4ca5 irq: Add irq_is_enabled external interrupt API Vinayak Chettimada 2016-09-10 11:53:49 +02:00
  • bbeb7030a4 ARM: irq: Do not clear pending IRQ when enabling them. Vinayak Chettimada 2016-09-01 20:44:36 +02:00
  • a4b4f5ca20 unified: Enable semaphore group use in test_mail Peter Mitsis 2016-09-09 13:55:17 -04:00
  • 95b75d7e6e unified: Fix semaphore group tests Peter Mitsis 2016-09-09 10:21:09 -04:00
  • 45403678aa unified: Add support for semaphore groups Peter Mitsis 2016-09-09 14:24:06 -04:00
  • 3ffe5bfb8c unified: Include _timeout structure in tcs_base Peter Mitsis 2016-09-09 14:20:55 -04:00
  • df6c72028f unified: Conditionally define __printf_like() macro Peter Mitsis 2016-09-12 13:55:13 -04:00
  • 68d1f4b562 unified: Add timeslice support Peter Mitsis 2016-09-12 11:35:26 -04:00
  • bd69658571 unified: Add _is_next_thread_current() Peter Mitsis 2016-09-16 10:08:52 -04:00
  • 685254f524 unified: Preemption check to include sched lock Peter Mitsis 2016-09-14 11:06:31 -04:00
  • 19d22dc389 tinycrypt: Add test case for the ECC DH algorithm Flavio Santes 2016-09-18 22:35:11 -05:00
  • 062489f873 tinycrypt: Add test case for the ECC DSA algorithm Flavio Santes 2016-09-18 20:01:27 -05:00
  • 824fd85b1c tests/kernel/test_multilib: Test for proper multilib selection. Paul Sokolovsky 2016-08-04 16:49:18 +03:00
  • b97f3f3996 eth: Add full-duplex configuration to ENC28J60 Juan Manuel Cruz 2016-09-08 12:07:11 -05:00
  • bb4c1bd82a eth: Initial release to tx semaphore for the ENC28J60 driver. Juan Manuel Cruz 2016-09-08 11:41:21 -05:00
  • 8da0bad30a eth: Adjust ENC28J60 MAC configuration. Juan Manuel Cruz 2016-09-08 10:39:24 -05:00