This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Options: | |
Date: 2021-07-05 18:21:48 | |
Version: 5.111 | |
Tip: To override a DTO option, remove "//" prefix before updating | |
BaseUrl: https://localhost:5001 | |
//Package: | |
//AddServiceStackTypes: True | |
//AddResponseStatus: False | |
//AddImplicitVersion: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Options: | |
Date: 2021-07-05 18:21:21 | |
Version: 5.111 | |
Tip: To override a DTO option, remove "//" prefix before updating | |
BaseUrl: https://localhost:5001 | |
//GlobalNamespace: | |
//AddServiceStackTypes: True | |
//AddResponseStatus: False | |
//AddImplicitVersion: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 8217059476dc5f23be155d6021427ba3000620cc Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Joa=CC=83o=20Matos?= <[email protected]> | |
Date: Thu, 9 May 2019 15:22:25 +0100 | |
Subject: [PATCH] Do not wait for transfer complete flag for non-data commands | |
in STM32 F7 QSPI. | |
--- | |
arch/arm/src/stm32f7/stm32_qspi.c | 7 ++++--- | |
1 file changed, 4 insertions(+), 3 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DEBUG: struct DLL_API MyFlags | |
// DEBUG: { | |
// DEBUG: MyFlags() {} | |
// DEBUG: MyFlags(const MyFlags& other) : mBits(other.mBits) {} | |
// DEBUG: uint16_t mBits; | |
// DEBUG: } | |
public unsafe partial class MyFlags : IDisposable | |
{ | |
[StructLayout(LayoutKind.Explicit, Size = 2)] | |
public partial struct __Internal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################ | |
# arch/avr/src/avr/Toolchain.defs | |
# | |
# Copyright (C) 2012-2013 Gregory Nutt. All rights reserved. | |
# Author: Gregory Nutt <[email protected]> | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################ | |
# arch/arm/src/Makefile | |
# | |
# Copyright (C) 2007-2009, 2011-2012, 2014-2016, 2019 Gregory Nutt. All | |
# rights reserved. | |
# Author: Gregory Nutt <[email protected]> | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```csharp | |
private void SetupVTables(bool destructorOnly = false) | |
{ | |
if (__OriginalVTables != null) | |
return; | |
__OriginalVTables = new void*[] { *(void**) (__Instance + 0) }; | |
if (_Thunks == null) | |
{ | |
_Thunks = new void*[2]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR [2016-11-17 16:02:14Z]: Error in text editor extension chain | |
System.InvalidOperationException: Indentation tracker not installed. | |
at Mono.TextEditor.TextEditorData.get_IndentationTracker () [0x00016] in /Users/builder/data/lanes/3943/8a8ea655/source/monodevelop/main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorData.cs:1183 | |
at MonoDevelop.SourceEditor.SourceEditorView.MonoDevelop.Ide.Editor.ITextEditorImpl.get_IndentationTracker () [0x00000] in /Users/builder/data/lanes/3943/8a8ea655/source/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs:2925 | |
at MonoDevelop.Ide.Editor.TextEditor.get_IndentationTracker () [0x00005] in /Users/builder/data/lanes/3943/8a8ea655/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor/TextEditor.cs:1489 | |
at MonoDevelop.Ide.Editor.TextMate.TextMateIndentationTextEditorExtension.KeyPress (MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor) [0x00000] in /Users/builder/data/lanes/3943/8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define EN 8 // stepper motor enable , active low | |
#define X_DIR 5 // X -axis stepper motor direction control | |
#define Y_DIR 6 // y -axis stepper motor direction control | |
#define Z_DIR 7 // z axis stepper motor direction control | |
#define X_STP 2 // x -axis stepper control | |
#define Y_STP 3 // y -axis stepper control | |
#define Z_STP 4 // z -axis stepper control | |
/* | |
// Function : step . function: to control the direction of the stepper motor , the number of steps . | |
// Parameters : dir direction control , dirPin corresponding stepper motor DIR pin , stepperPin corresponding stepper motor " step " pin , Step number of step of no return value. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MCS [xammac] Mono.Security.dll | |
./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs(36,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/ServerContext.cs(31,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslClientStream.cs(35,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslServerStream.cs(34,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assembly reference? | |
./Mono.Security.Protocol.Tls/SslStreamBase.cs(34,21): error CS0234: The type or namespace name `Interface' does not exist in the namespace `Mono.Security'. Are you missing an assemb |
NewerOlder