Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bobmcwhirter's full-sized avatar

Bob McWhirter bobmcwhirter

View GitHub Profile
{
"analysis": {
"pkg:maven/org.postgresql/postgresql@42.5.0?type=jar": [
{
"vendor": "snyk",
"vulnerable": [
{
"id": "snyk-java-orgpostgresql-3146847",
"severity": [
{
{
"affected": {
"pkg:maven/org.apache.logging.log4j/log4j-core@2.13.3": [
"ghsa-7rjr-3q55-vv33",
"ghsa-8489-44mv-ggj8",
"ghsa-jfh8-c2jp-5v3q",
"ghsa-p6xc-xr62-6r2g",
"cve-2021-44832",
"cwe-94",
"cve-2021-45105",
{
"affected": {
"pkg:maven/org.apache.logging.log4j/log4j-core@2.13.3": [
"ghsa-7rjr-3q55-vv33",
"ghsa-8489-44mv-ggj8",
"ghsa-jfh8-c2jp-5v3q",
"ghsa-p6xc-xr62-6r2g",
"cve-2021-44832",
"cwe-94",
"cve-2021-45105",
"use strict"
var version = 'unknown';
var fs = require('fs');
var http = require('http');
var https = require('https');
var path = require('path');
var Q = require('q');
var unzip = require('unzip');
#![no_std]
#![no_main]
#![feature(trait_alias)]
#![feature(type_alias_impl_trait)]
#![allow(incomplete_features)]
#![feature(generic_associated_types)]
use bsp_blinky_app::{boot, App, BlinkyApp, Board, BlinkyDevice};
use bsp_blinky_app::{BlinkyBoard, BlinkyComponents};
use core::borrow::BorrowMut;
#![no_std]
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
use core::future::Future;
use core::marker::PhantomData;
use core::pin::Pin;
use core::task::{Context, Poll};
use drogue_device::actors::button::{ButtonEvent, ButtonEventDispatcher, FromButtonEvent};
use drogue_device::actors::led::LedMessage;
Compiling embassy-net v0.1.0 (/Users/bob/repos/embassy/embassy-net)
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/bob/repos/embassy/embassy-net/src/stack.rs:144:23
|
144 | if self.iface.poll(&mut self.sockets, timestamp).is_err() {
| ^^^^ ----------------- --------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
embassy-stm32u5-examples v0.1.0 (/Volumes/External HD/repos/drogue/embassy/examples/stm32u5)
├── cortex-m v0.7.3
│ ├── bare-metal v0.2.5
│ │ [build-dependencies]
│ │ └── rustc_version v0.2.3
│ │ └── semver v0.9.0
│ │ └── semver-parser v0.7.0
│ ├── bitfield v0.13.2
│ ├── embedded-hal v0.2.6
│ │ ├── nb v0.1.3
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright (c) 2021 STMicroelectronics.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
nucleo-h743zi_epd v0.1.0 (/Users/bob/repos/drogue/drogue-device/examples/stm32h7/nucleo-h743zi/epd) default,defmt-default
├── cortex-m v0.7.3 inline-asm
│ ├── bare-metal v0.2.5 const-fn
│ │ [build-dependencies]
│ │ └── rustc_version v0.2.3
│ │ └── semver v0.9.0 default
│ │ └── semver-parser v0.7.0
│ ├── bitfield v0.13.2
│ ├── embedded-hal v0.2.6 unproven
│ │ ├── nb v0.1.3 unstable