/lk-master/external/platform/pico/rp2_common/hardware_irq/ |
A D | irq.c | 137 static uint16_t make_branch(uint16_t *from, void *to) { in make_branch() argument 138 uint32_t ui_from = (uint32_t)from; in make_branch() 145 static void insert_branch_and_link(uint16_t *from, void *to) { in insert_branch_and_link() argument 146 uint32_t ui_from = (uint32_t)from; in insert_branch_and_link() 150 from[0] = 0xf000 | ((delta >> 11u) & 0x7ffu); in insert_branch_and_link() 151 from[1] = 0xf800 | (delta & 0x7ffu); in insert_branch_and_link() 162 …c inline int8_t slot_diff(struct irq_handler_chain_slot *to, struct irq_handler_chain_slot *from) { in slot_diff() argument 174 : "l" (from) in slot_diff()
|
/lk-master/external/platform/pico/boards/ |
A D | generic_board.cmake | 3 …ADER_DIRS, Directories to look for <PICO_BOARD>.h in. This is overridable from the user environmen… 6 message("Using PICO_BOARD_HEADER_DIRS from environment ('${PICO_BOARD_HEADER_DIRS}')") 14 message("Using board configuration from ${PICO_BOARD_HEADER_FILE}")
|
/lk-master/kernel/include/kernel/ |
A D | debug.h | 49 #define KEVLOG_THREAD_SWITCH(from, to) kernel_evlog_add(KERNEL_EVLOG_CONTEXT_SWITCH, (uintptr_t)fro… argument
|
/lk-master/target/vim2/ |
A D | README | 11 - Copy lk.bin from build-vim2-test to a USB flash drive 14 - Run the following commands from U-Boot prompt:
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | makedefs | 22 # from this software without specific prior written permission. 144 # Get the location of libgcc.a from the GCC front-end. 149 # Get the location of libc.a from the GCC front-end. 154 # Get the location of libm.a from the GCC front-end. 159 # The command for extracting images from the linked executables. 183 # The rule for building the object file from each C source file. 198 # The rule for building the object file from each assembly source file.
|
A D | README | 1 From 'Stellarisware from TI' version 9453
|
A D | MANIFEST.TXT | 27 This field is not applicable for Software "Obtained from" TI. 29 Obtained from: This field specifies from where or from whom TI obtained the 49 Any links appearing on this Manifest (for example in the "Obtained from" field) 56 open source Software listed in this Manifest that was not "Obtained from" TI. 58 "Obtained from" TI is for TI's internal use only and shall not be construed as
|
/lk-master/external/platform/nrfx/ |
A D | README.md | 6 Semiconductor's SoCs. It originated as an extract from the nRF5 SDK. 45 You can also generate documentation yourself from the source code. To do it, install doxygen
|
A D | CHANGELOG.md | 36 - Added functions in the NVMC driver for reading and writing halfword data from the OTP region of t… 47 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h… 50 - Fixed spurious callback invocation when the SPIM driver was reinitialized to blocking mode from n… 116 - Removed deprecated functions from drivers: TWI and TWIM. See migration guide for details. 117 - Removed deprecated functions from HALs: ECB, NVMC, and TEMP. See migration guide for details. 119 - Removed the default configuration values for drivers from the nrfx_config header files. 127 - Moved the nrfx_gppi helper from helpers/nrfx_gppi/ to helpers/. 236 - Added possibility to completely remove interrupt handling from the WDT driver. 340 - Fixed TWI and TWIM drivers so that they now support GPIOs from all ports.
|
/lk-master/target/sifive-unleashed/dt/ |
A D | README.txt | 1 Snapshot of device trees taken from linux source in openembedded build,
|
/lk-master/external/ |
A D | README | 2 software originating from external to the lk project.
|
/lk-master/external/platform/nrfx/doc/ |
A D | main_page.dox | 5 Semiconductor's SoCs. It originated as an extract from the nRF5 SDK. 18 drivers in various environments, from RTOSes to bare metal applications. 64 Static configuration allows enabling and disabling (excluding their code from 84 paths during the compilation process. Download these files from the following
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/ |
A D | readme.dox | 36 * the MCU from the following low power states, SLEEP, DEEP SLEEP, POWER DOWN, 40 * will wakeup from the RTC timer event. PMU power modes tested are:<br> 45 * The UART serial output from the board will announce each power state change.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/ |
A D | readme.dox | 36 * the MCU from the following low power states, SLEEP, DEEP SLEEP, POWER DOWN, 40 * will wakeup from the RTC timer event. PMU power modes tested are:<br> 45 * The UART serial output from the board will announce each power state change.<br>
|
/lk-master/ |
A D | README.md | 33 3. run scripts/do-qemuarm (from the lk directory) 41 or fetch a prebuilt toolchain from
|
/lk-master/external/platform/pico/rp2040/ |
A D | README.md | 4 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip de…
|
/lk-master/target/stm32f4-discovery/ |
A D | README | 19 - Remove jumpers from CN3 4-pin header (near mini-usb connector)
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_eeprom/example/ |
A D | readme.dox | 2 * @brief EEPROM example using IAP command to read/write from/to EEPROM 36 * string from and to the EEPROM.<br>
|
/lk-master/external/platform/pico/common/pico_time/include/pico/ |
A D | time.h | 154 static inline int64_t absolute_time_diff_us(absolute_time_t from, absolute_time_t to) { in absolute_time_diff_us() argument 155 return to_us_since_boot(to) - to_us_since_boot(from); in absolute_time_diff_us()
|
/lk-master/external/platform/cc13xx/cc13xxware/ |
A D | README | 2 This directory contains TI cc13xxware 2.03.00.16456 as downloaded from the TI
|
/lk-master/target/stm32f429i-disco/ |
A D | README | 19 - Remove jumpers from CN3 4-pin header (near mini-usb connector)
|
/lk-master/.github/workflows/ |
A D | github-ci.yml | 87 # download a toolchain from http://newos.org/toolchains 96 echo "Downloading toolchain $TOOLCHAIN from $TOOLCHAIN_ADDRESS"
|
/lk-master/external/lib/lwip/netif/ |
A D | FILES | 26 The PPP stack has been ported from ucip (http://ucip.sourceforge.net).
|
/lk-master/external/platform/pico/rp2_common/pico_mem_ops/ |
A D | mem_ops_aeabi.S | 29 # NOTE: All code sections are placed in RAM (at the expense of some veneer cost for calls from flas…
|
/lk-master/external/platform/pico/ |
A D | LICENSE.TXT | 13 derived from this software without specific prior written permission.
|