c9897fe9b0
This patch creates the platform/galileo/bsp directory. This directory contain all files related to Galileo's Board Support Package (BSP). For now, the BSP consists of libc and bootloader. Within the BSP directory, we have the scripts build_newlib.sh and build_ grub.sh. These scripts provide an easy and quick way to build the newlib and the grub for the Galileo platform.
115 lines
1.4 KiB
Plaintext
115 lines
1.4 KiB
Plaintext
*.a
|
|
*.bin
|
|
*.map
|
|
*.png
|
|
*.log
|
|
*.elf
|
|
*.zip
|
|
*.d
|
|
*.ihex
|
|
*.pyc
|
|
*.redbee-econotag
|
|
*.econotag
|
|
*.native
|
|
*.z1
|
|
*.minimal-net
|
|
*.sky
|
|
*.wismote
|
|
*.esb
|
|
*.avr-raven
|
|
*.exp5438
|
|
*.mbxxx
|
|
*.win32
|
|
*.apple2enh
|
|
*.atarixl
|
|
*.c128
|
|
*.c64
|
|
*.cc2538dk
|
|
*.zoul
|
|
*.jn516x
|
|
*.srf06-cc26xx
|
|
*.ev-aducrf101mkxz
|
|
*.report
|
|
summary
|
|
*.summary
|
|
*.runerr
|
|
*.runlog
|
|
*.faillog
|
|
*.orig
|
|
*~
|
|
.DS_Store
|
|
obj_*
|
|
symbols.*
|
|
Makefile.target
|
|
doc/html
|
|
doc/latex
|
|
patches-*
|
|
tools/tunslip
|
|
tools/tunslip6
|
|
build
|
|
tools/coffee-manager/build/
|
|
tools/cooja/dist/
|
|
tools/collect-view/build/
|
|
tools/collect-view/dist/
|
|
COOJA.testlog
|
|
tools/cooja/apps/mrm/lib/
|
|
tools/cooja/apps/mspsim/lib/
|
|
tools/cooja/apps/powertracker/lib/
|
|
tools/cooja/apps/serial_socket/lib/
|
|
tools/coffee-manager/coffee.jar
|
|
tools/cooja/apps/avrora/lib/cooja_avrora.jar
|
|
tools/cooja/apps/collect-view/cooja-collect-view.jar
|
|
|
|
# sdcc build artifacts
|
|
contiki-sensinode.lib
|
|
contiki-cc2530dk.lib
|
|
*.ihx
|
|
*.hex
|
|
*.mem
|
|
*.lk
|
|
*.omf
|
|
*.cdb
|
|
*.banks
|
|
*.sensinode
|
|
*.cc2530dk
|
|
|
|
# VC++ build artifacts
|
|
*.exp
|
|
*.ilk
|
|
*.lib
|
|
*.pdb
|
|
*.prg
|
|
*.dsc
|
|
|
|
#cc65 build artifacts
|
|
*.S
|
|
*.eth
|
|
*.dsk
|
|
*.po
|
|
*.atr
|
|
*.d64
|
|
*.d71
|
|
*.d81
|
|
|
|
# Cooja Build Artifacts
|
|
*.cooja
|
|
|
|
#regression tests artifacts
|
|
*.testlog
|
|
*.log.prog
|
|
regression-tests/[0-9][0-9]-*/report
|
|
regression-tests/[0-9][0-9]-*/org/
|
|
|
|
# rl78 build artifacts
|
|
*.eval-adf7xxxmb4z
|
|
*.eval-adf7xxxmb4z.srec
|
|
|
|
# cscope files
|
|
cscope.*
|
|
|
|
# galileo bsp files
|
|
platform/galileo/bsp/libc/i586-elf/
|
|
platform/galileo/bsp/libc/newlib-2.2.0-1*
|
|
platform/galileo/bsp/grub/src/
|
|
platform/galileo/bsp/grub/bin/
|