Skip to content

Instantly share code, notes, and snippets.

View chanil1218's full-sized avatar

Chanil Kim chanil1218

View GitHub Profile
@chanil1218
chanil1218 / Makefile
Created May 8, 2012 02:19
msp430 Makefile example
#
# Makefile for msp430
#
# 'make' builds everything
# 'make clean' deletes everything except source files and Makefile
# You need to set TARGET, MCU and SOURCES for your project.
# TARGET is the name of the executable file to be produced
# $(TARGET).elf $(TARGET).hex and $(TARGET).txt nad $(TARGET).map are all generated.
# The TXT file is used for BSL loading, the ELF can be used for JTAG use
#
index :
analysis :
analyzer :
MyKorean :
type : custom
tokenizer : kr_tokenizer
filter : [kr_filter]
@chanil1218
chanil1218 / elasticsearch.xml
Created April 16, 2012 14:35
MY configuration for elasticsearch
index :
analysis :
analyzer :
kr_analyzer :
type : custom
tokenizer : kr_tokenizer
filter : [kr_filter]