Skip to content

Instantly share code, notes, and snippets.

View ckenna's full-sized avatar

Christopher Kenna ckenna

  • Seattle, WA, USA
View GitHub Profile
@ckenna
ckenna / slog.vim
Created October 4, 2012 14:26
Vim LITMUS^RT Log Syntax Highlighting
" .vim/syntax/slog.vim
" Also add this line to your .vimrc
" autocmd BufRead,BufNewFile *.slog set filetype=slog
" Match on the sequence number at the start of the line.
" Sequence number is always in the log.
:syn match logSeqNo /^\d\+/ nextgroup=logProcessorNo skipwhite
" Match on the processor number.
@ckenna
ckenna / .config
Created October 1, 2012 23:38
LITMUS^RT ODROID-X configuration
#
# Automatically generated make config: don't edit
# Linux/arm 3.0.42-litmus Kernel Configuration
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
# CONFIG_ARCH_USES_GETTIMEOFFSET is not set
CONFIG_GENERIC_CLOCKEVENTS=y