Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Iot_RIOT_Labs
RIOT_labs
Commits
4e4f9083
Commit
4e4f9083
authored
11 years ago
by
René Kijewski
Browse files
Options
Download
Patches
Plain Diff
Initial import of the x86 port
Currently this works only in qemu.
parent
2b95e7b1
Practice
2015.09-branch
2015.12-branch
2016.04-branch
2016.07-branch
2016.10-branch
habr-2018.07
loralan-public
loralan-public-1.x
loralan-public-2018.07
loramac-crc-bugfix
master
measurements
miem_2019
miem_2020
miem_2021
miem_2023
mirea
mirea_example
revert-6122-native/enh/opt-pktbuf
riot-adc-int32t
riot-aes-optimize
riot-cortexm-address-check
riot-fix-adxl345
riot-fix-test-boards
riot-loramac-system-aes
riot-master-pr-stm32-adc-hsi
riot-master-pr-stm32-gpio-undef
riot-master-pr-stm32-i2c
riot-semtech-lorawan-ru864
riot-stm32-eeprom-speedup
riot-stm32l1-gpios-state
Сдано
2017.01-devel
2016.10
2016.10-devel
2016.10-RC4
2016.10-RC3
2016.10-RC2
2016.10-RC1
2016.07
2016.07-devel
2016.07-RC2
2016.07-RC1
2016.04
2016.04-RC3
2016.04-RC2
2016.04-RC1
2016.03-devel
2015.12
2015.12-devel
2015.12-RC4
2015.12-RC3
2015.12-RC2
2015.12-RC1
2015.09
2015.09-RC5
2015.09-RC4
2015.09-RC3
2015.09-RC2
2015.09-RC1
2014.12
2014.05
v1.71
v1.60
No related merge requests found
Changes
65
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
boards/qemu-i386/Makefile
+11
-0
boards/qemu-i386/Makefile
boards/qemu-i386/Makefile.include
+7
-0
boards/qemu-i386/Makefile.include
boards/qemu-i386/include/board.h
+43
-0
boards/qemu-i386/include/board.h
boards/qemu-i386/include/cpu-conf.h
+46
-0
boards/qemu-i386/include/cpu-conf.h
boards/qemu-i386/x86_board_init.c
+55
-0
boards/qemu-i386/x86_board_init.c
boards/qemu-i386/x86_board_lpm.c
+59
-0
boards/qemu-i386/x86_board_lpm.c
boards/x86-multiboot-common/Makefile
+3
-0
boards/x86-multiboot-common/Makefile
boards/x86-multiboot-common/Makefile.include
+56
-0
boards/x86-multiboot-common/Makefile.include
boards/x86-multiboot-common/dist/link
+14
-0
boards/x86-multiboot-common/dist/link
boards/x86-multiboot-common/include/multiboot.h
+124
-0
boards/x86-multiboot-common/include/multiboot.h
boards/x86-multiboot-common/linker.ld
+117
-0
boards/x86-multiboot-common/linker.ld
boards/x86-multiboot-common/startup.c
+146
-0
boards/x86-multiboot-common/startup.c
cpu/x86/Makefile
+3
-0
cpu/x86/Makefile
cpu/x86/Makefile.include
+4
-0
cpu/x86/Makefile.include
cpu/x86/include/cpu.h
+121
-0
cpu/x86/include/cpu.h
cpu/x86/include/hwtimer_cpu.h
+58
-0
cpu/x86/include/hwtimer_cpu.h
cpu/x86/include/ucontext.h
+166
-0
cpu/x86/include/ucontext.h
cpu/x86/include/x86_cmos.h
+63
-0
cpu/x86/include/x86_cmos.h
cpu/x86/include/x86_hwtimer.h
+42
-0
cpu/x86/include/x86_hwtimer.h
with
1139 additions
and
0 deletions
+1139
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets