Skip to content

Instantly share code, notes, and snippets.

View protobits's full-sized avatar

Matias N. protobits

  • Buenos Aires, Argentina
View GitHub Profile
make -C nuttx
make[1]: Entering directory '/home/v01d/coding/nuttx_nrf_ble/nuttx'
Create .version
Create version.h
make[2]: Entering directory '/home/v01d/coding/nuttx_nrf_ble/nuttx/libs/libxx'
make[2]: Nothing to be done for 'dirlinks'.
make[2]: Leaving directory '/home/v01d/coding/nuttx_nrf_ble/nuttx/libs/libxx'
make[2]: Entering directory '/home/v01d/coding/nuttx_nrf_ble/nuttx/boards'
make[2]: Leaving directory '/home/v01d/coding/nuttx_nrf_ble/nuttx/boards'
make[2]: Entering directory '/home/v01d/coding/nuttx_nrf_ble/nuttx/openamp'
### Keybase proof
I hereby claim:
* I am v01d on github.
* I am protobits (https://keybase.io/protobits) on keybase.
* I have a public key ASB3ZBViOAUxcLusgG7s4VNNisnPKqiFBy6Wd9ae-Yu6Xgo
To claim this, I am signing this object:
/* Register offsets *********************************************************/
#define NRF51_RADIO_TASKS_TXEN_OFFSET 0x000000 /* Enable radio in TX mode. */
#define NRF51_RADIO_TASKS_RXEN_OFFSET 0x000004 /* Enable radio in RX mode. */
#define NRF51_RADIO_TASKS_START_OFFSET 0x000008 /* Start radio. */
#define NRF51_RADIO_TASKS_STOP_OFFSET 0x00000c /* Stop radio. */
#define NRF51_RADIO_TASKS_DISABLE_OFFSET 0x000010 /* Disable radio. */
#define NRF51_RADIO_TASKS_RSSISTART_OFFSET 0x000014 /* Start the RSSI and take one sample of the receive signal strength. */
#define NRF51_RADIO_TASKS_RSSISTOP_OFFSET 0x000018 /* Stop the RSSI measurement. */
#define NRF51_RADIO_TASKS_BCSTART_OFFSET 0x00001c /* Start the bit counter. */
#
# Modules
#
#
# Optional modules. Make sure they're installed, via the project manifest.
#
# CONFIG_CANOPENNODE is not set
# CONFIG_CIVETWEB is not set
@-moz-document domain("flickr.com") {
.activity-card
{
position: relative !important;
left: auto !important;
top: auto !important;
float: none !important;
margin-left: auto;
margin-right: auto;
}
make -C ../koreader-base/
make[1]: Entering directory '/home/build/koreader-base'
install -d build/arm-linux-gnueabihf/libs
install -d thirdparty/luajit/build/arm-linux-gnueabihf
cd thirdparty/luajit/build/arm-linux-gnueabihf && \
cmake -DCC="gcc" \
-DXCOMPILE:BOOL=on \
-DBASE_CFLAGS="-O2 -ffast-math -pipe -fomit-frame-pointer" -DHOST_CFLAGS="-march=native -O2 -ffast-math -pipe -fomit-frame-pointer " \
\
\
/* ==UserStyle==
@name Empty @name replaces the default template - 5/15/2018, 8:05:31 PM
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.fastmail.com/mail") {
div.v-MailboxItem-subject.is-unread span { font-weight: bold; }
[ 25%] Building CXX object CMakeFiles/rosserial_server_serial_node.dir/src/serial_node.cpp.o
[ 50%] Building CXX object CMakeFiles/rosserial_server_socket_node.dir/src/socket_node.cpp.o
In file included from /usr/include/boost/bind.hpp:22:0,
from /home/v01d/coding/ros/src/3rd/rosserial/rosserial_server/src/socket_node.cpp:35:
static void initialize(FAR const struct sonar_lowerhalf_s* lower)
{
/* set pins as GPIOs */
lpc43_pin_config(PINCONF_PINS6 | PINCONF_PIN_1 | PINCONF_PULLDOWN | PINCONF_FUNC0); // GPIO0 (GPIO3[0]) -> trigger
lpc43_pin_config(PINCONF_PINS6 | PINCONF_PIN_5 | PINCONF_PULLDOWN | PINCONF_FUNC0); // GPIO2 (GPIO3[4]) -> echo
/* setup GPIOs */
lpc43_gpio_config(GPIO_PORT3 | GPIO_PIN0 | GPIO_MODE_OUTPUT); // GPIO0
lpc43_gpio_config(GPIO_PORT3 | GPIO_PIN4 | GPIO_MODE_PININTR | GPIO_INT_EDGE_BOTH | GPIO_PININT0); // GPIO2
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// The authors gratefully acknowledge the support of
// GeNeSys mbH & Co. KG in producing this work.