Commit graph

  • b414cc56f5 timer: tickless: arcv2: Add tickless kernel support Ramesh Thomas 2017-04-08 16:17:14 -07:00
  • 0beffbe6be timer: tickless: cortex_m: Add tickless kernel support Ramesh Thomas 2017-04-06 02:45:10 -07:00
  • 74ecc24976 timer: tickless: loapic: Add tickless kernel support Ramesh Thomas 2017-03-02 01:39:32 -08:00
  • e314ea3819 timer: tickless: hpet: Add tickless kernel support Ramesh Thomas 2017-02-28 15:24:46 -08:00
  • 89ffd44dfb kernel: tickless: Add tickless kernel support Ramesh Thomas 2017-02-05 19:37:19 -08:00
  • 62eea121b3 kernel: tickless: Rename _Swap to allow creation of macro Ramesh Thomas 2017-04-06 15:30:27 -07:00
  • 0b3322ecae kernel: tickless: Add function to check if list contains multiple nodes Ramesh Thomas 2017-02-28 15:08:24 -08:00
  • fcb4ea1383 samples/crypto: Use sys_log properly Tomasz Bursztyka 2017-04-27 10:26:02 +02:00
  • 50151db3c5 samples/crypto: Fix memory leaks Tomasz Bursztyka 2017-04-27 10:02:15 +02:00
  • dc646b5f2e drivers/crypto: Fix a memory leak in tc shim driver Tomasz Bursztyka 2017-04-26 11:27:31 +02:00
  • aec8a03877 drivers/crypto: Use crypto init Kconfig option for tc shim driver Tomasz Bursztyka 2017-04-26 09:02:15 +02:00
  • 4fdbac15cd drivers/crypto: Make tc shim number of sessions Kconfig based Tomasz Bursztyka 2017-04-25 14:54:47 +02:00
  • bfc7fb5ea4 drivers/crypto: Use sys_log automatic newline addition in tinycrypt shim Tomasz Bursztyka 2017-04-25 14:51:16 +02:00
  • d4c816abd8 crypto: Remove useless attribute Tomasz Bursztyka 2017-04-25 13:23:55 +02:00
  • 5296cd2060 drivers/crypto: Prefix source code relevantly Tomasz Bursztyka 2017-04-25 13:04:11 +02:00
  • 070194b816 drivers/crypto: Make ataes132a's Kconfig following syntax rules Tomasz Bursztyka 2017-04-25 12:56:14 +02:00
  • 0b5946e4b7 drivers/crypto: Use a proper driver name for TinyCrypt shim driver Tomasz Bursztyka 2017-04-25 13:12:37 +02:00
  • 493ffdf7cb drivers/Kconfig: Cleanup Kconfig Tomasz Bursztyka 2017-04-25 12:52:55 +02:00
  • 955ba73024 scripts: openocd.sh: Honour V=1 Daniel Thompson 2017-04-27 09:33:31 +01:00
  • b3311edff6 sanitycheck: support xunit report Anas Nashif 2017-04-13 14:44:48 -04:00
  • fef0f24ed1 subsys: console: Add missing zephyr/types.h include Jon Medhurst 2017-04-26 16:21:07 +01:00
  • 4792f363a4 arch: Moved atmel_sam3 to atmel_sam3x. fallrisk 2017-04-26 09:52:42 -07:00
  • b8111ecc03 doc: fix broken :ref: link David B. Kinder 2017-04-26 11:02:57 -07:00
  • 24488bfac2 doc: fix typo in shell doc David B. Kinder 2017-04-26 11:15:25 -07:00
  • 73abd32a7d kernel: expose struct k_thread implementation Andrew Boie 2017-04-04 13:19:13 -07:00
  • 94b44f03e1 arch: Moved Atmel SAM3 into the SAM SoC family tree. fallrisk 2017-04-25 09:06:07 -07:00
  • e87564bd88 xtensa port: Removed XRC_D2PM SoC configuration Mazen NEIFER 2017-04-21 09:20:45 +02:00
  • a35378e494 scripts: add gitlint to check for validity of commit messages Anas Nashif 2017-04-22 11:59:30 -04:00
  • 19ee5efa61 build: support building host tools Anas Nashif 2017-04-22 08:10:44 -04:00
  • 05196f0320 kernel: event_logger: convert to using newly introduced integer sized types Kumar Gala 2017-04-25 14:56:15 -05:00
  • 5899d750e8 samples: Cleanup uint types in SEGGER SystemView Kumar Gala 2017-04-25 14:55:03 -05:00
  • 3376c67691 samples: Add an MPU test suite Marc Moreno 2017-03-09 11:12:48 +00:00
  • a55d6c0d4a boards: nucleo_f411re: Add MPU support Vincenzo Frascino 2017-03-27 16:51:41 +01:00
  • 2846fe85fc boards: nucleo_f401re: Add MPU support Vincenzo Frascino 2017-03-27 16:50:47 +01:00
  • 8ac1221565 boards: 96b_carbon: Add MPU support Vincenzo Frascino 2017-03-10 01:52:49 +00:00
  • 5951e45580 soc: arm: stm32f4: Add Initial MPU Support Vincenzo Frascino 2017-03-10 01:51:22 +00:00
  • 25dbc4e5bc board: arm: v2m_beetle: Enable MPU by default Vincenzo Frascino 2017-03-08 10:13:16 +00:00
  • b125767fdb soc: arm: beetle: Add Initial MPU Support Vincenzo Frascino 2017-03-08 10:05:15 +00:00
  • e37214062c arm: core: mpu: Add ARM MPU support Vincenzo Frascino 2017-03-16 14:28:35 +00:00
  • 0974496d52 arm: core: Add MPU parameter to the arm core Vincenzo Frascino 2017-03-07 11:19:46 +00:00
  • 8f6d874f59 arm: soc: beetle: Add regions for mpu configuration Vincenzo Frascino 2017-03-07 11:02:57 +00:00
  • 5fcfa57bed boards: 96b_carbon: Fix broken PLL settings Daniel Thompson 2017-04-25 19:59:22 +01:00
  • 933e39d2a8 sensor: lsm6ds0: fix copy/paste error Erwan Gouriou 2017-04-24 17:12:47 +02:00
  • dfed8c4874 kernel: Add stack_info to k_thread Vincenzo Frascino 2017-03-27 15:52:42 +01:00
  • 2611a9695d doc: add galileo board documentation Anas Nashif 2017-04-24 19:12:09 -04:00
  • ee07a98f9e doc: add minnowboard documentation Anas Nashif 2017-04-24 19:14:33 -04:00
  • 23d946f4c0 drivers: console: Do not wait on the DTR signal from the host USB controller. Adithya Baglody 2017-04-20 14:03:36 +05:30
  • 37f4178f58 x86: call gen_idt with $ZEPHYR_BASE too Inaky Perez-Gonzalez 2017-04-24 15:11:21 -07:00
  • edd0240397 doc: Add secure coding guidelines David Brown 2017-04-14 13:38:44 -06:00
  • 6ccfe5aa14 samples: Add SEGGER SystemView sample application Leandro Pereira 2017-04-24 12:43:52 -07:00
  • 678429da3c debug: Add SEGGER SystemView libraries Leandro Pereira 2017-04-24 12:43:17 -07:00
  • ffe74b45fa kernel: Add thread events to kernel event logger Leandro Pereira 2017-03-08 17:13:24 -08:00
  • 35a48decfa xtensa port: Fixed compilation error introduced by recent changes. Mazen NEIFER 2017-04-24 17:17:08 +02:00
  • 89c23e1c72 soc: stm32f4xx: Document the flash latency values Christer Weinigel 2017-01-29 10:33:15 +01:00
  • 3561c73ece spell: Kconfig help typos: /arch David B. Kinder 2017-04-24 11:30:10 -07:00
  • 73cf531975 soc: stm32f4xx: Make missing flash latency info a compile error Christer Weinigel 2017-01-29 10:35:43 +01:00
  • 4f1e304f68 build: only build gen_idt on x86 Kumar Gala 2017-04-19 11:55:22 -05:00
  • ca441162a7 tests: add fatal test case Andrew Boie 2017-04-19 15:43:05 -07:00
  • 75caa2b084 arm: exception-assisted kernel panic/oops support Andrew Boie 2017-04-19 12:53:48 -07:00
  • 7827b7bf4a x86: exception-assisted panic/oops support Andrew Boie 2017-04-18 15:22:54 -07:00
  • cdb94d6425 kernel: add k_panic() and k_oops() APIs Andrew Boie 2017-04-18 15:22:05 -07:00
  • dc91536855 printk: add vprintk() Marti Bolivar 2017-04-20 15:31:37 -04:00
  • 4a157f3e48 printk: add missing __printf_like attributes Marti Bolivar 2017-04-21 17:33:58 -04:00
  • 3b662555d1 arm: work around QEMU issue with _IsInIsr Andrew Boie 2017-04-19 15:23:51 -07:00
  • e09a04f068 arm: fix exception handling Andrew Boie 2017-04-20 15:32:10 -07:00
  • 61de8f892b spell: Kconfig help typos: /kernel /misc /subsys David B. Kinder 2017-04-21 10:55:27 -07:00
  • 93e4d7258d spell: fix Kconfig help typos: /boards /drivers David B. Kinder 2017-04-21 10:29:51 -07:00
  • 96ee45df8d kernel: refactor thread_monitor_init into common code Kumar Gala 2017-04-21 11:33:57 -05:00
  • b8823c4efd kernel: Refactor common _new_thread init code Kumar Gala 2017-04-21 09:07:34 -05:00
  • 5742a508a2 kernel: cleanup use of naked unsigned in _new_thread Kumar Gala 2017-04-21 11:41:26 -05:00
  • a48e8790d3 checkpatch: update checkpatch to warn about C99 type usage Kumar Gala 2017-04-21 10:53:05 -05:00
  • cc334c7273 Convert remaining code to using newly introduced integer sized types Kumar Gala 2017-04-21 10:55:34 -05:00
  • d9a1e367b2 gpio: Align pin parameter type in configure with all other functions Tomasz Bursztyka 2017-04-21 13:26:13 +02:00
  • 9f3bdcedf7 arch/arc/soc: If IOAPIC is not enabled, gpio_dw should still compile Tomasz Bursztyka 2017-04-19 14:39:56 +02:00
  • d2b5853cd9 drivers/gpio: Use ifdef relevantly in DW drivers Tomasz Bursztyka 2017-04-19 14:37:33 +02:00
  • e9e78878d0 drivers/spi: Get QMSI shim driver following syntax rules Tomasz Bursztyka 2017-04-03 12:51:46 +02:00
  • 83a5990185 docs: convert to using newly introduced integer sized types Kumar Gala 2017-04-19 13:02:23 -05:00
  • ccad5bf3e3 drivers: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 10:03:20 -05:00
  • e547533435 samples: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:47:21 -05:00
  • eaaa175b92 tests: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:46:47 -05:00
  • 6da829690f subsys: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:36:04 -05:00
  • a509441210 net: convert to using newly introduced integer sized types Kumar Gala 2017-04-21 09:27:50 -05:00
  • 7f8d2d198b Merge net branch into master Jukka Rissanen 2017-04-21 16:27:21 +03:00
  • af1e3b9d32 net: shell: Fix compiler error when printing conn handlers Jukka Rissanen 2017-04-21 15:07:24 +03:00
  • d8dd91d7bf net: context: Connect callback was set too late Jukka Rissanen 2017-04-21 14:15:34 +03:00
  • da6eba463d Bluetooth: ipsp: Fix compile error in sample app Jukka Rissanen 2017-04-21 15:35:55 +03:00
  • 36bb36475f spell: fix Kconfig help typos: /arch David B. Kinder 2017-04-20 17:02:29 -07:00
  • bf53ebf2c8 arch: convert to using newly introduced integer sized types Kumar Gala 2017-04-20 13:30:33 -05:00
  • 1bf14853aa net: tcp: Make sure ACK timer is not run if cancelled Jukka Rissanen 2017-04-20 16:24:33 +03:00
  • 137e4e7256 net: context: Set the local port correctly in accept Jukka Rissanen 2017-04-19 14:13:44 +03:00
  • a1c4f3fbd5 net: Print debug info if packet is loopback back to us Jukka Rissanen 2017-04-19 14:11:52 +03:00
  • a71a9f9ad1 net: conn: Utility to print connection handlers Jukka Rissanen 2017-04-19 14:07:20 +03:00
  • f498a90b77 net: pkt: Make the debug print eye friendly Jukka Rissanen 2017-04-20 15:36:35 +03:00
  • 52339cdf5a net: tcp: Avoid unused variable compiler warning Jukka Rissanen 2017-04-20 12:16:53 +03:00
  • f3ff4f7bd3 net_pkt: Let's make all IPv6 related attributes prefixed with ipv6_ Tomasz Bursztyka 2017-04-12 11:29:19 +02:00
  • e5896906f6 net: Rename all *_BUF() macros to *_HDR() Tomasz Bursztyka 2017-04-10 13:03:41 +02:00
  • 02cb7e6e71 net_pkt: Reordering the attributes for better alignment Tomasz Bursztyka 2017-04-07 12:18:45 +02:00
  • c18016b69b net_pkt: Externalize ext_bitmap handling Tomasz Bursztyka 2017-04-07 12:04:28 +02:00
  • 2e331de690 net_pkt: Removing legacy net_dir Tomasz Bursztyka 2017-04-07 11:46:34 +02:00
  • db11fcd174 net/net_pkt: Fully separate struct net_pkt from struct net_buf Tomasz Bursztyka 2017-04-05 08:37:44 +02:00