Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-14 | edosk2674: enable network, unfortunately stalls on boot | Waldemar Brodkorb | |
2017-09-27 | add gdb sim sample for h8s | Waldemar Brodkorb | |
2017-09-17 | edosk2674: use correct dtb | Waldemar Brodkorb | |
2017-04-12 | h8s: minor progress, doesn't run on edosk2674 board | Waldemar Brodkorb | |
2017-02-19 | more h8300 work, add u-boot | Waldemar Brodkorb | |
2017-02-18 | add srec support for kernel format | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-06-16 | fix h8/300 userland build | Waldemar Brodkorb | |
2015-06-10 | add some h8/300 fixes | Waldemar Brodkorb | |
2015-06-10 | add simulator target for h8/300, reorg no-MMU | Waldemar Brodkorb | |
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. | |||
2015-06-07 | add support for h8/300 architecture | Waldemar Brodkorb | |