Commit graph

  • 9599f21dfb nanokernel: Add scheduling context-independent API for semaphores Johan Hedberg 2015-04-16 12:29:21 +0300
  • 68224c1c69 nanokernel: Add scheduling context-independent APIs for nano_fifo Johan Hedberg 2015-04-16 12:23:55 +0300
  • 4baf0f0e15 sysgen: Detect invalid number of arguments for keywords Allan Stephens 2015-04-17 09:41:28 -0400
  • d00b802a6d sysgen: Terminate build when error detected Allan Stephens 2015-04-16 12:02:34 -0400
  • 5b76cee54e sysgen: Improve readability of kernel_main.c Allan Stephens 2015-04-16 11:29:15 -0400
  • 4cb503d165 sysgen: Standardize output file header creation routine naming Allan Stephens 2015-04-15 16:48:21 -0400
  • 3cddec6551 sysgen: Standardize newline creation in output files Allan Stephens 2015-04-15 16:13:59 -0400
  • 04012be07c sysgen: Relocate code for processing output directory name Allan Stephens 2015-04-15 15:42:15 -0400
  • 779932139c sysgen: Improve location of functions and global variables Allan Stephens 2015-04-15 15:36:02 -0400
  • ed9499e83f sysgen: Enhancements to comments Allan Stephens 2015-04-15 15:27:49 -0400
  • fc86999380 sysgen: Cosmetic changes to achieve PEP 8 conformance Allan Stephens 2015-04-15 13:42:48 -0400
  • 2801be129a Eliminate _nano_start() Allan Stephens 2015-04-14 14:46:26 -0400
  • 5555bcff31 Relocate boot banner and kernel build timestamp handling Allan Stephens 2015-04-14 14:32:39 -0400
  • 68637b0fdc Remove K_memcpyrpl() Peter Mitsis 2015-04-15 16:10:45 -0400
  • 4a413fc424 Remove K_memcpyreq() Peter Mitsis 2015-04-15 16:09:38 -0400
  • 26d6f89d3b Remove K_remreply() Peter Mitsis 2015-04-15 16:07:30 -0400
  • 6c4c59c75c Remove references to boot ports Peter Mitsis 2015-04-15 16:57:40 -0400
  • b52882f540 Minimize k_boot.h's header file inclusion Peter Mitsis 2015-04-15 15:25:41 -0400
  • ae0639c73d Remove multi-node related symbols from k_boot.h Peter Mitsis 2015-04-15 15:23:44 -0400
  • dac410fea5 Remove file netload.c Peter Mitsis 2015-04-15 15:05:42 -0400
  • ee8213a6e0 Remove references to NODEx.c Peter Mitsis 2015-04-20 09:59:37 -0400
  • 030d59ce4b Clarify set_state_bit: rename variables, add comments. Sarah Sharp 2015-04-16 13:36:13 -0700
  • 4c37b6b726 Remove comment referencing NODEx.c Peter Mitsis 2015-04-13 16:19:09 -0400
  • 77cff87e42 Remove useless comment Peter Mitsis 2015-04-15 12:03:30 -0400
  • 880c109f20 Remove references to deprecated W/WT naming convention Peter Mitsis 2015-04-15 12:00:24 -0400
  • 316ec830b4 Rename KSCALL_BENCH to MICROKERNEL_CALL_BENCH Peter Mitsis 2015-04-15 11:20:29 -0400
  • 2148d3af81 Remove references to unsupported stdlib functionality Peter Mitsis 2015-04-13 15:05:09 -0400
  • 4f9c061f63 Remove reference to DINKUM in samples/libc/README Peter Mitsis 2015-04-13 15:02:12 -0400
  • f2c2a7bc7d Eliminate unneeded NO_EXE task group in sample projects Allan Stephens 2015-04-10 15:49:13 -0400
  • 941cab98b0 Replace use of OFFSET with stddef's offsetof Peter Mitsis 2015-04-14 10:57:14 -0400
  • 3f44105695 Remove PHYS_ADDR_xxx macros Peter Mitsis 2015-04-13 16:38:26 -0400
  • 6f3aebe910 Renumber x86 fatal error codes Peter Mitsis 2015-04-13 16:34:02 -0400
  • c26a2e8147 Fix definition of 'offsetof' Peter Mitsis 2015-04-14 10:53:58 -0400
  • b5d65fa442 Remove VIRT_ADDR_xxx macros Peter Mitsis 2015-04-14 14:20:53 -0400
  • cee6aaeff7 build: Add QEMU extra flag to be defined in apps Andrei Emeltchenko 2015-04-16 16:47:02 +0300
  • 240a10b2df Add byteorder.h header for handling byte conversions Andrei Emeltchenko 2015-04-13 11:31:32 +0300
  • 5b5f4eb948 Fix checkpatch issue - WARNING:LINE_SPACING Yonattan Louise 2015-04-14 17:15:52 -0500
  • b5e560fa81 Fix checkpatch issue - WARNING:FUNCTION_ARGUMENTS Yonattan Louise 2015-04-07 12:23:20 -0500
  • 29bd1c70ab Fix checkpatch issue - ERROR:POINTER_LOCATION Yonattan Louise 2015-04-07 11:59:24 -0500
  • 31dddb9e1b Add parameter to the reference of an extern function Yonattan Louise 2015-04-06 15:56:57 -0500
  • 6201e1e5a9 Fix checkpatch issue - ERROR:TRAILING_STATEMENTS Yonattan Louise 2015-04-07 11:30:57 -0500
  • 46aad9be1d Fix checkpatch issue - WARNING:RETURN_VOID Yonattan Louise 2015-03-31 17:03:10 -0600
  • d85179a0cb Fix spaces after #ifdef Yonattan Louise 2015-04-15 13:34:59 -0500
  • f7df273f8c Fix spaces around parentheses Yonattan Louise 2015-04-15 13:20:08 -0500
  • 16a2c5800d Fix function declarations on samples Yonattan Louise 2015-04-16 18:27:27 -0500
  • ef7e799909 Fix checkpatch issue - ERROR:ASSIGN_IN_IF Yonattan Louise 2015-04-15 11:52:47 -0500
  • adf4739424 Replacing _TimerStop with _timer_stop Dan Kalowsky 2015-04-16 12:25:11 -0700
  • d5e175231d Replacing _TimerStart with _timer_start Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 55af242704 Renaming nanoTimeInit to nano_time_init Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 2d5fa0198f Renaming _StackPop _stack_pop Dan Kalowsky 2015-04-16 12:25:11 -0700
  • ac412eb456 Renaming _StackPush _stack_push Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 36d2d09a6e Renaming _SemTake to _sem_take Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 48d35b30ab Renaming _SemGive to _sem_give Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 3acec988cb Renaming _FifoGet to _fifo_get Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 11b9184955 Rename _FifoPut to _fifo_put Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 338f3e2244 Renaming _LifoGet to _lifo_get Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 7c558249ae Renaming _LifoPut to _lifo_put Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 31e11d6316 Replacing _NanoInit with _nano_init Dan Kalowsky 2015-04-16 12:25:11 -0700
  • b4f9a9e04d Renaming _NanoStart to _nano_start Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 18c8d41bcc Rename _NanoFiberSwap to _nano_fiber_swap Dan Kalowsky 2015-04-16 12:25:11 -0700
  • ff8c2c0487 Rename _FiberStart to _fiber_start Dan Kalowsky 2015-04-16 12:25:11 -0700
  • bcddb11e8c Rename _InsertCCS to _insert_ccs Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 1cc59ccce9 Renaming _ContextEntryRtn to _context_entry Dan Kalowsky 2015-04-16 12:25:11 -0700
  • 522b9ad432 Renaming _ContextExitRtn to _context_exit Dan Kalowsky 2015-04-16 12:25:11 -0700
  • ff0641fac6 Renamign intLatencyShow to int_latency_show Dan Kalowsky 2015-04-16 12:25:10 -0700
  • ff00dbecce Renaming intLatencyInit with int_latency_init Dan Kalowsky 2015-04-16 12:25:10 -0700
  • df50981dba Replacing _IntLatencyStop with _int_latency_stop Dan Kalowsky 2015-04-16 12:25:10 -0700
  • 5b09162bb1 Rename _IntLatencyStart to _int_latency_start Dan Kalowsky 2015-04-16 12:25:10 -0700
  • fe95d5c018 Renaming nanoCpuSetIdle to nano_cpu_set_idle Dan Kalowsky 2015-04-16 12:25:10 -0700
  • bade45d374 make iTC_AUX_LIB_DIR overridable Anas Nashif 2015-04-15 17:51:47 -0400
  • 235243a805 defs.exec.variant_yocto: add support for Yocto ARM toolchain Juro Bystricky 2015-04-09 12:36:26 -0700
  • baa9659d53 vxmicro-env.bash: more robust setting of VXMICRO_BASE Todor Minchev 2015-03-30 19:13:20 +0100
  • d50b7e22ab toolchain:x86: add yocto toolchain support Todor Minchev 2015-04-08 09:52:56 +0100
  • 3322984234 Add patch for QEMU that solves the interrupt locking issue with ARM in QEMU. Yonattan Louise 2015-04-15 08:17:30 -0500
  • cfd8417fe8 Add copyright header to do_checkpatch script Yonattan Louise 2015-04-15 14:04:16 -0500
  • edb24ef6eb remove QA scripts Anas Nashif 2015-04-10 21:42:06 -0400
  • c0eaa66a5c add missing gen_file_path_hash Anas Nashif 2015-04-10 20:59:31 -0400
  • 8ddf82cf70 First commit Inaky Perez-Gonzalez 2015-04-10 16:44:37 -0700