Commit Graph

13 Commits

Author SHA1 Message Date
Travis Geiselbrecht
8cc5b06eeb [ci] update github checkout action to v3 2022-10-23 21:25:12 -07:00
Travis Geiselbrecht
b3dd72ab1d [github][ci] switch current toolchain to 12.1 2022-05-22 16:41:57 -07:00
Travis Geiselbrecht
49644a2c39 [platform][rosco-m68k] Add port to the Rosco M68k board
Port to the really neat 68010 based board at https://rosco-m68k.com/

Port Features:
-10Mhz 68010
-1MB ram
-Dual UART + timer implemented as a 68c681 chip
-timer running at 1Khz, UART A for console
-interrupt driven RX support

Some amount of extending of the 68k exceptinon code was needed to
support the autovectored irqs that the 68681 uart uses. Added build
system support for 68010.
2022-04-12 00:25:12 -07:00
Travis Geiselbrecht
911900f3df [arch][m68k] Merge in Motorola 68k port 2021-11-08 23:24:37 -08:00
Travis Geiselbrecht
cf14bb4fc0 [github][CI] revise the CI builder script
Switch to a more proper matrix. Build each of the projects in a list
with DEBUG=0 and DEBUG=2 and with two versions of the toolchain (7.5.0
and 11.2.0).

Sets things up to be easier to run things like unit tests in a later
patch.
2021-09-18 16:53:52 -07:00
Travis Geiselbrecht
adf64f2e88 [github][ci] add qemu-virt-m68k-test to the build matrix 2021-06-07 02:44:22 -07:00
Travis Geiselbrecht
8251133b6d [github][irc] tweak the irc notifier to not use notice 2021-05-26 02:15:59 -07:00
Travis Geiselbrecht
0f04f252d5 [github][irc notify] switch to irc.libera.chat 2021-05-26 02:08:55 -07:00
Travis Geiselbrecht
a319a1f68d [target][pico][ci] add pico-test to the build matrix 2021-02-15 21:07:00 -08:00
Travis Geiselbrecht
b730a5ef5c [github][actions] Add a new action to build LK, replacing travis-ci
Use the new github actions to replace the travis-ci builders which
seem to no longer work and are being removed.

This first stab is fairly rough, just matches the explicit matrix
that was in the travis-ci hooks, but at least gets back to a buildable
state again.
2021-02-14 20:23:39 -08:00
Travis Geiselbrecht
f893499029 [github][irc] try to use notice instead of privmsg 2020-10-21 02:43:17 -07:00
Travis Geiselbrecht
e0487f9b48 [github][action][irc] tweak the bot name 2020-10-10 01:50:34 -07:00
Travis Geiselbrecht
bf6de611f2 [github][actions][irc] add a irc notify action
This should hypothetically send a message to the #lk channel on freenode
on push and other git events.

We shall see.
2020-10-10 01:47:45 -07:00