Commit graph

  • d19252a46d arch: xtensa: Use CONFIG_SIMULATOR_XTENSA to set XT_{BOARD,SIMULATOR} Leandro Pereira 2017-06-21 14:48:05 -07:00
  • c78f55d0af boards: esp32: Do not use undefined CONFIG_BOARD_XTENSA Leandro Pereira 2017-06-21 14:39:06 -07:00
  • f0b4e174d7 esp32: Use esptool.py to flash with 'make flash' Leandro Pereira 2017-06-13 11:27:16 -07:00
  • 0e08b946de soc: esp32: Define __start as a C function Leandro Pereira 2017-06-13 10:48:38 -07:00
  • 4ca586e62d arch: xtensa: Use Zephyr configuration options Leandro Pereira 2017-06-12 17:47:25 -07:00
  • d58d5d1265 xtensa: esp32: configure default UART using ROM functions Ivan Grokhotkov 2017-05-17 18:22:43 +08:00
  • f7005105e9 xtensa: esp32: place .rodata into DRAM Ivan Grokhotkov 2017-05-17 18:05:03 +08:00
  • 07d8ef008a libc: minimal: Add empty sys/cdefs.h Leandro Pereira 2017-05-03 15:10:15 -07:00
  • 37ea77173c drivers: esp32: Add minimal UART driver based on ROM routines Leandro Pereira 2017-05-10 17:12:12 -07:00
  • c13174935b boards: xtensa: Add ESP32 board Leandro Pereira 2017-05-03 14:29:36 -07:00
  • 88790ae71d arch: xtensa: Add ESP32 SoC Leandro Pereira 2017-05-03 14:28:12 -07:00
  • bb19e08cde Support for Espressif SDK (ESP32, etc) Leandro Pereira 2017-05-03 13:13:13 -07:00
  • 851b214af0 Bluetooth: controller: Fix OCF data size Carles Cufi 2017-06-21 13:28:34 +02:00
  • 997b72d8dc Bluetooth: controller: Fix directed adv timeout and disable Vinayak Kariappa Chettimada 2017-06-20 22:03:22 +02:00
  • 6616065e95 Bluetooth: controller: Add connect ind PDU address fields check Vinayak Kariappa Chettimada 2017-06-20 20:41:08 +02:00
  • 8b74c98ed5 Bluetooth: controller: Fix conn context leak under directed adv Vinayak Kariappa Chettimada 2017-06-20 21:17:50 +02:00
  • 210c30805b net: context: Close connection fast if TIME_WAIT support is off Jukka Rissanen 2017-06-19 11:49:19 +03:00
  • 0bdd4db98f Bluetooth: GATT: Fix aligment of bt_gatt_ccc_cfg and _bt_gatt_ccc Luiz Augusto von Dentz 2017-06-19 17:12:39 +03:00
  • a741c00a08 doc: fix references to moved files David B. Kinder 2017-06-20 13:43:52 -07:00
  • 89af682e88 Bluetooth: controller: Refactor whitelist handling (v2) Carles Cufi 2017-06-20 16:33:57 +02:00
  • 1618013e52 doc: add MPU samples to index Anas Nashif 2017-06-20 10:14:03 -04:00
  • e3806d9766 Revert "Kconfig: Source Kconfig from Zephyr application directory." Anas Nashif 2017-06-20 10:10:32 -04:00
  • 3d5b4efb0e ci: if script fails, report error Anas Nashif 2017-06-20 10:00:43 -04:00
  • 83edd615ca Kconfig: Source Kconfig from Zephyr application directory. Michał Kruszewski 2017-06-17 22:22:51 +02:00
  • a6b37b072b Bluetooth: GATT: Rename bt_gatt_unregister_service Luiz Augusto von Dentz 2017-06-19 20:00:35 +03:00
  • f6bc86db50 samples: appdev: static_lib: added "make flash" Sharron LIU 2017-06-16 13:40:18 +08:00
  • 4053470f62 Bluetooth: controller: Add inital support for Controller-based privacy Carles Cufi 2017-06-13 18:26:27 +02:00
  • 1506b24fb8 Bluetooth: Correctly select RPA and TINYCRYPT options Carles Cufi 2017-06-16 12:59:22 +02:00
  • 4307505e2d Bluetooth: controller: Rename mem function that checks all-zero mem Carles Cufi 2017-06-10 16:08:37 +02:00
  • 4ad2746088 samples: demonstrate the use of KBUILD_ZEPHYR_APP Anas Nashif 2017-06-17 13:38:00 -04:00
  • c2a2cfc8c8 samples: move app developemnt samples samples/appdev Anas Nashif 2017-06-17 13:33:15 -04:00
  • 5c3c323069 samples: move all MPU samples into one directory Anas Nashif 2017-06-17 13:29:01 -04:00
  • 19e78bcfe1 samples: move quark se power samples to boards/ Anas Nashif 2017-06-17 13:20:25 -04:00
  • f7c226400d samples: move environment sensing to boards Anas Nashif 2017-06-17 13:18:56 -04:00
  • 2670bd6123 doc: fix headings in device tree doc David B. Kinder 2017-06-19 10:13:50 -07:00
  • 0f669132a0 kernel: remove gdb_server Andrew Boie 2017-06-14 14:19:41 -07:00
  • af416a98b0 tests: pipe: fix style Anas Nashif 2017-06-18 14:39:28 -04:00
  • dc57fa61bf tests: pipe: rename test directory Anas Nashif 2017-06-18 14:39:01 -04:00
  • f6775bc67b tests: timer_monotonic: fix style Anas Nashif 2017-06-16 22:13:37 -04:00
  • 1a1ae2f929 tests: timer_api: fix style Anas Nashif 2017-06-16 22:13:19 -04:00
  • 00b55663f1 tests: schedule_api: fix style Anas Nashif 2017-06-16 22:12:46 -04:00
  • b593d35762 tests: thread_init: fix style Anas Nashif 2017-06-16 22:12:03 -04:00
  • 115ce02a3d tests: rename cdata -> custom_data Anas Nashif 2017-06-16 22:11:08 -04:00
  • c49dbe4e22 tests: threads_scheduling -> threads/scheduling Anas Nashif 2017-06-16 22:09:40 -04:00
  • 204e782c15 tests: threads_lifecycle/ -> threads/lifecycle Anas Nashif 2017-06-16 22:09:02 -04:00
  • 47e115a4b1 tests: threads_customdata/ -> threads/customdata Anas Nashif 2017-06-16 22:08:37 -04:00
  • cff71db53b tests: queue: fix code style Anas Nashif 2017-06-16 22:07:22 -04:00
  • 85cc533247 tests: profiling_api: fix code style Anas Nashif 2017-06-16 22:07:02 -04:00
  • 183f045755 tests: poll: fix code style Anas Nashif 2017-06-16 22:06:36 -04:00
  • 3521e2e5e7 tests: pending: fix code style Anas Nashif 2017-06-16 22:05:59 -04:00
  • 93bcc957da tests: obj_tracing: fix code style Anas Nashif 2017-06-16 22:05:24 -04:00
  • 3ad53365d6 tests: mutex_api: fix code style Anas Nashif 2017-06-16 22:04:51 -04:00
  • fbe4f16bc7 tests: mutex: fix code style Anas Nashif 2017-06-16 22:04:37 -04:00
  • 0f4329780a tests: mbox: fix code style Anas Nashif 2017-06-16 22:02:56 -04:00
  • 31ff9f2ad5 tests: move ipm test to drivers Anas Nashif 2017-06-16 22:02:08 -04:00
  • 73195eb196 tests: ipm: fix code style Anas Nashif 2017-06-16 22:01:47 -04:00
  • b778ec3604 tests: fp_sharing: fix code style Anas Nashif 2017-06-16 22:00:30 -04:00
  • 1a93489935 tests: fifo: fix code style Anas Nashif 2017-06-16 21:59:45 -04:00
  • 52a38ffd8d tests: critical: fix code style Anas Nashif 2017-06-16 21:58:43 -04:00
  • 072c3d110a tests: common: fix code style Anas Nashif 2017-06-16 21:58:25 -04:00
  • 99b39a6ff3 tests: bitfield: fix code style Anas Nashif 2017-06-16 21:56:52 -04:00
  • adc4889afe tests: arm_runtime_nmi: fix code style Anas Nashif 2017-06-16 21:56:25 -04:00
  • e4a963c5d1 tests: arm_irq_vector_table: fix code style Anas Nashif 2017-06-16 21:55:41 -04:00
  • 1a0875111c tests: alert_api: fix code style Anas Nashif 2017-06-16 21:55:10 -04:00
  • c7cd5d260a tests: sleep: rename test directory Anas Nashif 2017-06-16 21:39:01 -04:00
  • 5a0842d5d2 tests: put tickless tests together Anas Nashif 2017-06-16 21:38:34 -04:00
  • ffa850d86f tests: workq_api: rename test directory Anas Nashif 2017-06-16 21:37:16 -04:00
  • c31a11c591 tests: work_queue: fix code style Anas Nashif 2017-06-16 21:36:30 -04:00
  • 520d3c0fbf tests: workq_api: fix code style Anas Nashif 2017-06-16 21:35:58 -04:00
  • f268b6acf2 tests: mem_heap: fix code style Anas Nashif 2017-06-16 21:35:04 -04:00
  • 27f32b9d56 tests: mem_pool_threadsafe: fix code style Anas Nashif 2017-06-16 21:34:39 -04:00
  • b787eff65b tests: mem_pool_api: fix code style Anas Nashif 2017-06-16 21:34:08 -04:00
  • 16cfaac754 tests: mem_pool: fix code style Anas Nashif 2017-06-16 21:33:39 -04:00
  • 26c7ac1f4f tests: mslab_threadsafe: fix code style Anas Nashif 2017-06-16 21:33:03 -04:00
  • a9da45a200 tests: mslab_concept: fix code style Anas Nashif 2017-06-16 21:32:28 -04:00
  • d744a2709e tests: mslab_api: fix style Anas Nashif 2017-06-16 21:31:32 -04:00
  • 9541ebc7a3 tests: rename test directory for mem_pool Anas Nashif 2017-06-16 21:29:43 -04:00
  • c51e80e3b7 tests: rename test directory for mem_slab Anas Nashif 2017-06-16 21:29:33 -04:00
  • 1803009eb5 tests: rename test directory for fifo Anas Nashif 2017-06-16 21:29:22 -04:00
  • a9fe253422 tests: rename test directory for lifo Anas Nashif 2017-06-16 21:29:15 -04:00
  • a6292a1615 tests: rename test directory for alert Anas Nashif 2017-06-16 21:29:05 -04:00
  • 397d29db42 linker: move all linker headers to include/linker Anas Nashif 2017-06-17 11:30:47 -04:00
  • be366b7ba6 drivers: remove unused headers for nsim serial Anas Nashif 2017-06-17 11:18:16 -04:00
  • ddbf1255a9 test: fix misspellings David B. Kinder 2017-06-16 17:51:40 -07:00
  • 2d970a2cbd tests: rename test directory test_bluetooth -> bluetooth Anas Nashif 2017-06-17 08:51:43 -04:00
  • ea1addbb3c tests: rename test directory test_loop_transfer -> loop_transfer Anas Nashif 2017-06-17 08:50:33 -04:00
  • fcb1d175e6 tests: rename test directory test_chan_blen_transfer Anas Nashif 2017-06-17 08:50:03 -04:00
  • 2d1ac45f01 tests: rename test directory test_sha256 -> sha256 Anas Nashif 2017-06-17 08:48:13 -04:00
  • 0772abff24 tests: rename test directory test_mbedtls -> mbedtls Anas Nashif 2017-06-17 08:48:13 -04:00
  • 38fca5cb5d tests: rename test directory test_hmac_prng -> hmac_prng Anas Nashif 2017-06-17 08:48:13 -04:00
  • abaa5cb42f tests: rename test directory test_hmac -> hmac Anas Nashif 2017-06-17 08:48:13 -04:00
  • 4ce66b728f tests: rename test directory test_ecc_dh -> ecc_dh Anas Nashif 2017-06-17 08:48:12 -04:00
  • dfe3195db8 tests: rename test directory test_ecc_dsa -> ecc_dsa Anas Nashif 2017-06-17 08:48:13 -04:00
  • d8dfdceb65 tests: rename test directory test_ctr_prng -> ctr_prng Anas Nashif 2017-06-17 08:48:12 -04:00
  • 3c3aac9e44 tests: rename test directory test_ctr_mode -> ctr_mode Anas Nashif 2017-06-17 08:48:12 -04:00
  • e10e013082 tests: rename test directory test_cmac_mode -> cmac_mode Anas Nashif 2017-06-17 08:48:12 -04:00
  • 99b8dc0534 tests: rename test directory test_ccm_mode -> ccm_mode Anas Nashif 2017-06-17 08:48:12 -04:00
  • 2d1a4a1284 tests: rename test directory test_cbc_mode -> cbc_mode Anas Nashif 2017-06-17 08:48:12 -04:00
  • f18ef22824 tests: rename test directory test_aes -> aes Anas Nashif 2017-06-17 08:48:12 -04:00
  • d5add81561 sam4x: report correct number of IRQ priority bits Anas Nashif 2017-06-17 07:17:34 -04:00