This doesn't do anything special other than defining LED_BUILTIN to be the pin that has the LED on that board, instead of A7, and defining a macro PIN_BUTTON_BUILTIN defined as the pin with the user button on it and making "upload" with the non-optiboot version always use the on...
HERCULEAN TASK; Giant RAF Transporter Flies to the Aid of Tiny, Sick TotByline: By Karen BaleDaily Record (Glasgow, Scotland)
Given that my year of travelling was a consistent pilgrimage from place to place, never spending longer than two weeks in any one place, and that my eventual ‘destination’ would be right back where I started, on a macro level it really was all about the journey. But on a smaller, mor...
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" # CONFIG_DEBUG_UART_8250 is not set CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" # CONFIG_PID_IN_CONTEXTIDR is not set # CONFIG_DEBUG_SET_MODULE_RONX is not set # CONFIG_CORESIGHT is not set # # Security options # # CON...
/* Run time and task stats gathering related definitions. */ #define configGENERATE_RUN_TIME_STATS 0 #define configRECORD_STACK_HIGH_ADDRESS 1 #define configUSE_TRACE_FACILITY 1 // legacy trace #define configUSE_STATS_FORMATTING_FUNCTIONS 0 /* Co-routine definitions. */ #define configUSE_CO...
TinyALSA is a small library to interface with ALSA in the Linux kernel. The aims are: Provide a basic pcm and mixer API. If it's not absolutely needed, don't add it to the API. Avoid supporting complex and unnecessary operations, that could be dealt with at a higher level. ...
#[smart_contract_macro] impl Bank { // ... } All initalizing logic should be placed into init function. Here we will enable all root users, or admins. And inserts them into actors map. pub fn init(_params: &mut Parameters) -> Self { /* */ } The enable_clerk, disable_clerk,...
#[smart_contract_macro]implBank{// ...} All initalizing logic should be placed intoinitfunction. Here we will enable all root users, or admins. And inserts them into actors map. pubfninit(_params:&mutParameters)->Self{/* */}