Skip to content

Instantly share code, notes, and snippets.

View jerome-pouiller's full-sized avatar

Jérôme Pouiller jerome-pouiller

  • Silicon Labs
  • Rennes, France
View GitHub Profile
/*
* Licence: GPL
* Created: 2020-08-18 17:36:11+02:00
* Main authors:
* - Jérôme Pouiller <jerome.pouiller@silabs.com>
*/
#include <stdio.h>
int main(int argc, char *argv[]) {
int X = 10000;
function! KillAsEmacs()
"if selection:
" Act as Ctrl+x
if has("clipboard")
let reg = '+'
else
let reg = '"'
endif
if col(".") == 1
if get(g:, 'append_tick', -1) == b:changedtick
@jerome-pouiller
jerome-pouiller / cross-compile-ldd
Last active August 26, 2024 16:53
ldd drop-in replacement for cross-compilation toolchains.
#!/bin/bash
# ldd drop-in replacement for cross-compilation toolchains.
# Copyright (c) 2022 Jérôme Pouiller
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02-git-00145-g7352ab3 Configuration
#
BR2_HAVE_DOT_CONFIG=y
#
# Target options
#
BR2_SOFT_FLOAT=y
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02-git-00145-g7352ab3 Configuration
#
BR2_HAVE_DOT_CONFIG=y
#
# Target options
#
BR2_SOFT_FLOAT=y