Skip to content

Instantly share code, notes, and snippets.

@tetious
tetious / CMakeLists.txt
Created July 23, 2016 16:23
CMAKE config for STM32F103x6
project(f1_blink C ASM)
cmake_minimum_required(VERSION 3.5.0)
add_definitions(-DSTM32F103x6)
file(GLOB_RECURSE USER_SOURCES "Src/*.c")
file(GLOB_RECURSE HAL_SOURCES "Drivers/STM32F1xx_HAL_Driver/Src/*.c")
add_library(CMSIS
Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c
// FT-5 with fake E3D V6
#define DEFAULT_Kp 28.61
#define DEFAULT_Ki 3.23
#define DEFAULT_Kd 63.28
// FT-2020 with jhead
#define DEFAULT_Kp 24.87
#define DEFAULT_Ki 1.64
#define DEFAULT_Kd 94.12
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.0.178-universal.jar)
LoadingPlugin (Quark-r1.1-66.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
SurgeLoadingPlugin (Surge-1.10.2-1.0.0.50.jar)
@tetious
tetious / failed.txt
Last active September 20, 2017 19:30
Dump from bootloader showing OTA update issue
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0010,len:4
load:0x3fff0014,len:7752
load:0x40078000,len:0
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12-1.3.0.0.jar)
LoadingPlugin (Quark-r1.3-110.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.0.6.1.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
Contact their authors BEFORE contacting forge
@tetious
tetious / README.md
Created April 19, 2019 07:06 — forked from DesignByOnyx/README.md
A script for setting up a project to use semantic-ui-less

This script was inspired by this blog post - however I found the technique to be a little insufficient. Many thanks to Artem Butusov as I would not have been able to do this without his blog post.

This script is intended to be used with semantic-ui-react projects. If you are just using semantic-ui, then you may need to do some other troubleshooting... I don't know as I haven't tested. From what I can tell everything should work just fine.

Before we get started

This process is completely different from the one described in the blog post above. This script is intended to do everything for you - no manual copying or updating code is required. If you have already followed