ci: use beta, add secondary nightly ci.

This commit is contained in:
Dario Nieuwenhuis
2023-12-21 14:57:49 +01:00
parent 530ead5fde
commit 8b36a32ed5
364 changed files with 148 additions and 508 deletions

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
use std::default::Default;
use clap::Parser;

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
use std::default::Default;
use clap::Parser;

View File

@ -7,7 +7,6 @@
//! ping 192.168.7.10
//! nc 192.168.7.10 1234
#![feature(type_alias_impl_trait)]
#![allow(async_fn_in_trait)]
#[path = "../serial_port.rs"]

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
use clap::Parser;
use embassy_executor::{Executor, Spawner};
use embassy_net::udp::{PacketMetadata, UdpSocket};

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
#[path = "../serial_port.rs"]
mod serial_port;

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
use core::fmt::Write as _;
use std::default::Default;

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
use embassy_executor::Spawner;
use embassy_time::Timer;
use log::*;