f14f9aba41
This patch adds the initial support for Intel Galileo Platform. It contains the minimum set of code required to boot a dummy Contiki image. For Galileo initial support, we implemented a linker script, a minimal bootstrap code, a set of stubbed functions required by newlib, and a very simple main() function. Moreover, we also define some header files and macros required by Contiki. To build applications for this platform you should first build newlib (in case it wasn't already built). To build newlib you can run the following command: $ platform/galileo/bsp/libc/build_newlib.sh Once newlib is built, you can build applications. To build applications for Galileo platform you should set TARGET variable to 'galileo'. For instance, building the hello-world application should look like this: $ cd examples/hello-world/ && make TARGET=galileo This will generate the 'hello-world.galileo' file which is a multiboot- compliant [1] ELF image. This image can be booted by any multiboot- complaint bootloader such as Grub. Finally, this patch should be used as a guideline to add the initial support for others platforms based on x86 SoCs. [1] https://www.gnu.org/software/grub/manual/multiboot/multiboot.html |
||
---|---|---|
.. | ||
apple2enh | ||
atarixl | ||
avr-atmega128rfa1 | ||
avr-raven | ||
avr-ravenlcd | ||
avr-ravenusb | ||
avr-rcb | ||
avr-zigbit | ||
c64 | ||
c128 | ||
cc2530dk | ||
cc2538dk | ||
cooja | ||
cooja-ip64 | ||
econotag | ||
ev-aducrf101mkxz | ||
eval-adf7xxxmb4z | ||
exp5438 | ||
galileo | ||
jn516x | ||
mbxxx | ||
micaz | ||
minimal-net | ||
native | ||
seedeye | ||
sensinode | ||
sky | ||
srf06-cc26xx | ||
stm32nucleo-spirit1 | ||
stm32test | ||
win32 | ||
wismote | ||
z1 | ||
zoul |