code stringlengths 1 1.05M | repo_name stringlengths 6 83 | path stringlengths 3 242 | language stringclasses 222
values | license stringclasses 20
values | size int64 1 1.05M |
|---|---|---|---|---|---|
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <aos/errno.h>
#include <aos/kernel.h>
#include <k_api.h>
#include "aos/hal/pwm.h"
#include "aos/cli.h"
static int32_t pwm_test_process()
{
int32_t ret = 0;
pwm_dev_t pwm = {0, {0.0, 25}, NULL};
... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/board_test/pwm_test.c | C | apache-2.0 | 2,357 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <aos/errno.h>
#include <aos/kernel.h>
#include "aos/init.h"
#include "board.h"
#include <k_api.h>
#include "aos/cli.h"
#define SDTEST_FILE_NAME "/sdcard/sdtest.test"
#define SDTEST_FILE_LEN (1024 * 1024)
#de... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/board_test/sd_test.c | C | apache-2.0 | 6,727 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <aos/errno.h>
#include <aos/kernel.h>
#include "aos/init.h"
#include "board.h"
#include <k_api.h>
#include "aos/cli.h"
#include "ulog/ulog.h"
#include "led.h"
#include "key.h"
#include "hal_oled.h"
#includ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/board_test/sensors_test.c | C | apache-2.0 | 10,319 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <aos/errno.h>
#include <aos/kernel.h>
#include <k_api.h>
#include "aos/hal/uart.h"
#include "aos/cli.h"
#define TEST_DATA "hello"
static int32_t uart_test_common(uint8_t port, uint32_t baud)
{
int3... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/board_test/uart_test.c | C | apache-2.0 | 4,151 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <aos/errno.h>
#include <aos/kernel.h>
#include "aos/init.h"
#include "board.h"
#include <k_api.h>
#include "aos/cli.h"
extern int usb_class_detect;
static int usb_test_internal()
{
printf("\r\n\r\n");
... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/board_test/usb_test.c | C | apache-2.0 | 1,373 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <aos/errno.h>
#include <aos/kernel.h>
#include "aos/init.h"
#include "board.h"
#include <k_api.h>
#include "aos/cli.h"
#include "led.h"
#include "hal_gpio.h"
#include "hal_iomux_haas1000.h"
static void time... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/board_test/watchdog_test.c | C | apache-2.0 | 1,834 |
#include "board.h"
#include "aos/hal/uart.h"
#include "aos/hal/i2c.h"
#include "cmsis.h"
#include "cmsis_os.h"
#include "hal_gpio.h"
#include "hal_timer.h"
#include "hal_trace.h"
#include <k_api.h>
#if (RHINO_CONFIG_HW_COUNT > 0)
#include "haas1000.h"
#endif
#define SYSTICK_USE_FASTTIMER
uart_dev_t uart_0;
uint8_t g_h... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/board.c | C | apache-2.0 | 5,242 |
#ifndef BOARD_H
#define BOARD_H
#if (CONFIG_A7_DSP_ENABLE == 1)
#define DEBUG_LASTWORD_RAM_ADDR 0x20166000
#else
#define DEBUG_LASTWORD_RAM_ADDR 0x201e6000
#endif
typedef enum {
HAAS_EDU_K1 = 0, /**< Playback stream */
HAAS_EDU_K1C, /**< Capture stream */
HAAS_E... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/board.h | C | apache-2.0 | 457 |
/*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#include "board.h"
#include "hal_gpio.h"
#include "hal_sleep.h"
#include "hal_timer.h"
#include "hal_trace.h"
#include "hwtimer_list.h"
#include "watchdog.h"
#include <k_api.h>
#ifdef AOS_COMP_OSAL_POSIX
#include "posix/pthread.h"
extern pthread_key_list... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/k_config.c | C | apache-2.0 | 4,737 |
/*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#ifndef K_CONFIG_H
#define K_CONFIG_H
/* kernel feature conf */
#ifndef RHINO_CONFIG_SEM
#define RHINO_CONFIG_SEM 1
#endif
#ifndef RHINO_CONFIG_QUEUE
#define RHINO_CONFIG_QUEUE 1
#endif
#ifndef RHINO_CONFIG_TASK_SEM
#define RHINO_CONFIG_TASK_SEM 1
#endif... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/k_config.h | C | apache-2.0 | 3,332 |
#ifndef NET_CONFIG_H
#define NET_CONFIG_H
#endif
| YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/net_config.h | C | apache-2.0 | 50 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#include <aos/flashpart_core.h>
#include <aos/hal/flash.h>
static int flash_partitions_init(void)
{
static aos_flashpart_t partitions[] = {
{
.dev = { .id = HAL_PARTITION_BOOTLOADER, },
.flash_id = 0,
.bloc... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/partition_conf.c | C | apache-2.0 | 2,637 |
#include "aos/hal/flash.h"
#include <stddef.h>
/* Logic partition on flash devices */
const hal_logic_partition_t hal_partitions[] = {
[HAL_PARTITION_BOOTLOADER] = {
.partition_owner = HAL_FLASH_EMBEDDED,
.partition_description = "boot1",
.partition_start_addr = 0x0,
... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/config/partition_conf_legacy.c | C | apache-2.0 | 4,284 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "di.h"
#include "aos/kernel.h"
#include "hal_iomux_haas1000.h"
#include "ulog/ulog.h"
#include <stdio.h>
#define TAG "ex_di"
#define TIMER_CHECK_INTERVAL 10
#define DI_STABLE_COUNT 5
digital_input_value_change_notify g_di_notify_cb = NULL;... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/di.c | C | apache-2.0 | 7,690 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef GIDITAL_INPUT_H
#define GIDITAL_INPUT_H
#include "aos/hal/gpio.h"
#include "stdint.h"
enum en_di_port {
DI_PORT_0 = 0,
DI_PORT_1,
DI_PORT_2,
DI_PORT_3,
DI_PORT_SIZE
};
typedef int32_t (*digital_input_value_change_notify)(uin... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/di.h | C | apache-2.0 | 614 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "do.h"
#include "aos/kernel.h"
#include "hal_iomux_haas1000.h"
#include "ulog/ulog.h"
#include <stdio.h>
#define TAG "ex_do"
typedef struct {
uint8_t installed;
gpio_dev_t gpio_dev;
} gpio_dev_ouput_t;
/*digital input gpio dev list ,... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/do.c | C | apache-2.0 | 2,963 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef GIDITAL_OUTPUT_H
#define GIDITAL_OUTPUT_H
#include "aos/hal/gpio.h"
#include "stdint.h"
enum en_do_port {
DO_PORT_0 = 0,
DO_PORT_1,
DO_PORT_2,
DO_PORT_3,
DO_PORT_4,
DO_PORT_5,
DO_PORT_6,
DO_PORT_7,
DO_PORT_SIZ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/do.h | C | apache-2.0 | 468 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "exp_adc.h"
#include "aos/kernel.h"
#include "hal_iomux_haas1000.h"
#include "ulog/ulog.h"
#include <stdio.h>
#define TAG "ex_adc"
typedef struct {
uint8_t installed;
adc_dev_t st_adc_info;
} exp_adc_dev_t;
#define ADC_DEFAULT_TIMEOUT... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/exp_adc.c | C | apache-2.0 | 2,790 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef EXP_ADC_H
#define EXP_ADC_H
#include "aos/hal/adc.h"
#include "stdint.h"
enum en_exp_adc_port { ADC_PORT_0 = 0, ADC_PORT_1, ADC_PORT_2, ADC_PORT_SIZE };
int32_t expansion_board_adc_init(void);
int32_t expansion_board_adc_get_value(uint32_t por... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/exp_adc.h | C | apache-2.0 | 413 |
#include "key.h"
#include "aos/hal/gpio.h"
#include "hal_iomux_haas1000.h"
#include "ulog/ulog.h"
#include <aos/kernel.h>
#include <stdio.h>
#include <vfsdev/gpio_dev.h>
#define TAG "key_poll"
#define EDK_BOARD_KEY1 HAL_IOMUX_PIN_P2_7
#define EDK_BOARD_KEY2 HAL_IOMUX_PIN_P2_4
#define EDK_BOARD_KEY3 HAL_IOMUX_PIN_P2_5... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/key.c | C | apache-2.0 | 9,173 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef KEY_POLL_H
#define KEY_POLL_H
#include "stdint.h"
typedef enum {
EDK_KEY_1 = 0b0001,
EDK_KEY_2 = 0b0010,
EDK_KEY_3 = 0b0100,
EDK_KEY_4 = 0b1000,
} edk_keycode_t;
typedef uint8_t key_code_t;
typedef void (*key_code_cb)(key_code_t ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/key.h | C | apache-2.0 | 390 |
#include "led.h"
#include "aos/hal/gpio.h"
#include "hal_iomux_haas1000.h"
void led_switch(led_num_e id, led_e onoff)
{
int ret = 0;
gpio_dev_t led;
/* gpio port config */
switch (id) {
case 1: led.port = HAL_IOMUX_PIN_P4_4;
break;
case 2: led.port = HAL_IOMUX_PIN_P4... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/led.c | C | apache-2.0 | 890 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef K_LED_H
#define K_LED_H
typedef enum { LED_OFF, LED_ON } led_e;
typedef enum { LED1_NUM = 1, LED2_NUM = 2, LED3_NUM = 3 } led_num_e;
void led_switch(led_num_e id, led_e onoff);
#endif
| YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/led.h | C | apache-2.0 | 260 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef HAL_OLED_H__
#define HAL_OLED_H__
#include "sh1106.h"
// TODO
// #include "sh1106/sh1106.h" //tmp
#endif
| YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/oled/hal_oled.h | C | apache-2.0 | 179 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "drv_acc_gyro_inv_mpu6050.h"
#include "aos/hal/i2c.h"
#include "aos/kernel.h"
#include "hal_iomux_haas1000.h"
#include "ulog/ulog.h"
#include <stdio.h>
#include <stdlib.h>
static i2c_dev_t i2c_dev;
// wtite one byte to register
uint8_t MPU_Writ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_acc_gyro_inv_mpu6050.c | C | apache-2.0 | 5,543 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef _MPU6050_H
#define _MPU6050_H
#include "k_api.h"
#include <math.h>
#include <stdbool.h>
// #include "inv_mpu_dmp_motion_driver.h"
// #define MPU_ACCEL_OFFS_REG 0X06
// accel_offs寄存器,可读取版本号,寄存器手册未提到
// #define MPU_PROD_ID_REG 0X0C
// prod id寄存器,在寄... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_acc_gyro_inv_mpu6050.h | C | apache-2.0 | 4,862 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#include "drv_acc_gyro_qst_qmi8610.h"
#include "aos/kernel.h"
#include "ulog/ulog.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#define FIS210X_SLAVE_ADDR 0x6a
#define FISIMU_UINT_MG_DPS
enum {
AXIS_X = 0,
AXIS_Y = 1,
A... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_acc_gyro_qst_qmi8610.c | C | apache-2.0 | 19,445 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#ifndef FIS210X_H
#define FIS210X_H
#include "k_api.h"
#include <math.h>
#include <stdbool.h>
#include "aos/hal/i2c.h"
#include "hal_iomux_haas1000.h"
#ifndef M_PI
#define M_PI (3.14159265358979323846f)
#endif
#ifndef ONE_G
#define ONE_G (9.80665f)
... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_acc_gyro_qst_qmi8610.h | C | apache-2.0 | 15,351 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "drv_als_ps_ir_liteon_ap3216c.h"
#include "ulog/ulog.h"
#include <aos/kernel.h>
static i2c_dev_t i2c_dev;
#define PKG_USING_AP3216C
#ifdef PKG_USING_AP3216C
#define AP3216C_I2C_PORT 1
#define AP3216C_ADDR 0x1e
// System Register
#defin... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_als_ps_ir_liteon_ap3216c.c | C | apache-2.0 | 13,923 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef __DRV_AP3216C_H__
#define __DRV_AP3216C_H__
#include "aos/hal/i2c.h"
#include "hal_iomux_haas1000.h"
// 中断引脚定义
#define AP_INT_GPIO_PIN HAL_IOMUX_PIN_P3_7
#define AP_INT_Read() \
HAL_G... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_als_ps_ir_liteon_ap3216c.h | C | apache-2.0 | 5,195 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "drv_baro_goertek_spl06.h"
#include "aos/hal/i2c.h"
#include "ulog/ulog.h"
#include <stdio.h>
#include <stdlib.h>
#define SPL06_I2C_PORT 1
uint8_t EEPROM_CHIP_ADDRESS = 0x77;
static void
i2c_eeprom_write_uint8_t(uint8_t deviceaddress, uint8_t ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_baro_goertek_spl06.c | C | apache-2.0 | 10,912 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include <stdio.h>
#ifndef SENSOR_SPI06_H
#define SENSOR_SPI06_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
uint8_t id;
double Ctemp;
double Ftemp;
double pressure;
double altitude;
} spl06_data_t;
extern void spl06_... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_baro_goertek_spl06.h | C | apache-2.0 | 413 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#include <math.h>
#include "drv_baro_qst_qmp6988.h"
#include "aos/hal/i2c.h"
#include "ulog/ulog.h"
#include <stdio.h>
#include <stdlib.h>
#define QMP6988_LOG
#define QMP6988_ERR printf
#if !defined(QMP6988_CALC_INT)
static float const Conv_A_S[10][2] =... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_baro_qst_qmp6988.c | C | apache-2.0 | 17,376 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#ifndef __QMP6988_H
#define __QMP6988_H
#include <stdio.h>
#include "aos/hal/i2c.h"
#include "hal_iomux_haas1000.h"
#define QMP6988_SLAVE_ADDRESS_L (0x70)
#define QMP6988_SLAVE_ADDRESS_H (0x56)
#define QMP6988_U16_t unsigned short
#define QMP6988_S16_... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_baro_qst_qmp6988.h | C | apache-2.0 | 4,350 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "drv_mag_qst_qmc5883l.h"
#include "aos/hal/i2c.h"
#include "ulog/ulog.h"
#define QMC5883L_I2C_PORT 1
static int16_t x_max, x_min, z_min, y_max, y_min, z_max;
static uint8_t addr;
static uint8_t mode;
static uint8_t rate;
static uint8_t range;
... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_mag_qst_qmc5883l.c | C | apache-2.0 | 5,462 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef QMC5883L_H
#define QMC5883L_H
/* The default I2C address of this chip */
#define QMC5883L_ADDR 0x0D
/* Register numbers */
#define QMC5883L_X_LSB 0
#define QMC5883L_X_MSB 1
#define QMC5883L_Y_LSB 2
#define QMC5883L_Y_MSB 3
#define QM... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_mag_qst_qmc5883l.h | C | apache-2.0 | 1,668 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#include "drv_mag_qst_qmc6310.h"
#include "aos/kernel.h"
#include "ulog/ulog.h"
#include <math.h>
#include <stdlib.h>
#define QMC6310_I2C_PORT 1
uint8_t chipid = 0;
uint8_t mag_addr;
static int16_t x_max, x_min, z_min, y_max, y_min, z_max;
static uint8_t... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_mag_qst_qmc6310.c | C | apache-2.0 | 10,396 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#ifndef __QMC6310_H
#define __QMC6310_H
#include "k_api.h"
#include <math.h>
#include <stdbool.h>
#include "aos/hal/i2c.h"
#include "hal_iomux_haas1000.h"
/* vendor chip id*/
#define QMC6308_IIC_ADDR 0x2c
#define QMC6310U_IIC_ADDR ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_mag_qst_qmc6310.h | C | apache-2.0 | 2,146 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
/**********************************CHT8305编程说明***************************************/
// CHT8305兼容I2C/SMBus通讯协议,操作简单,读取温湿度数据分三步操作:
// 1)主机向从机地址(有4种可选)发送读0x00寄存器指令,此操作将启动温湿度转换;
// [指令结构:start+address(ack)+Reg(ack/unack)+stop]
// 2)等待转换完成(15ms);
// 3)主机... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_temp_humi_sensylink_cht8305.c | C | apache-2.0 | 2,912 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#ifndef _CH8305_H_
#define _CH8305_H_
#include "aos/hal/i2c.h"
#include <math.h>
#include <stdbool.h>
extern void cht8305_init();
extern void cht8305_getTempHumidity(float *humidity, float *temperature);
extern void cht8305_deinit(void);
#endif
| YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_temp_humi_sensylink_cht8305.h | C | apache-2.0 | 312 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "drv_temp_humi_si_si7006.h"
#include "aos/kernel.h"
#include "ulog/ulog.h"
#include <math.h>
#include <stdlib.h>
/*========================================================================*/
/* PUBLIC FUNCTIONS ... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_temp_humi_si_si7006.c | C | apache-2.0 | 3,755 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#include "aos/hal/i2c.h"
#include <math.h>
#include <stdbool.h>
#ifndef SI7006_h
#define SI7006_h
#define SI7006_ADDRESS 0x40
#define SI7006_TAG 0x06
#define SI7006_MEAS_REL_HUMIDITY_MASTER_MODE 0xE5
#define SI7006_MEAS_REL_HUMIDITY_NO_MASTER_M... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/drv_temp_humi_si_si7006.h | C | apache-2.0 | 1,187 |
#include <stdint.h>
#include <stddef.h>
#include <aos/errno.h>
#include <vfsdev/i2c_dev.h>
#include "ulog/ulog.h"
#define EDU_MAX_I2C_PORT 4
static int g_i2c_fd[EDU_MAX_I2C_PORT] = {-1, -1, -1, -1};
int32_t sensor_i2c_open(uint32_t port, uint16_t dev_addr, uint32_t freq, uint32_t address_width)
{
int ret = 0;
... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/sensor/sensor_i2c_api.c | C | apache-2.0 | 4,044 |
#include "aos/hal/gpio.h"
#include "hal_iomux_haas1000.h"
static gpio_dev_t wdg_gpio = {0, 0, NULL};
static int watchdog_flag = 0;
void watchdog_feeddog(void)
{
if (watchdog_flag == 1) {
return;
}
if (wdg_gpio.port == 0) {
wdg_gpio.port = HAL_IOMUX_PIN_P4_5;
wdg_gpio.... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/watchdog.c | C | apache-2.0 | 722 |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*/
#ifndef WATCHDOG_H
#define WATCHDOG_H
void watchdog_feeddog(void);
void watchdog_stopfeed(void);
void watchdog_feeddog_user(void);
#endif
| YifuLiu/AliOS-Things | hardware/board/haaseduk1/drivers/watchdog.h | C | apache-2.0 | 205 |
#include "aos/init.h"
#include "board.h"
#include "k_config.h"
#include "stdio.h"
#include <k_api.h>
#include <stdio.h>
#include <stdlib.h>
// #include "aos/yloop.h"
#ifdef AOS_COMP_YUNIT
#include "yts.h"
#endif
#include "ota_port.h"
// #include "apps.h"
#include "hal_trace.h"
#include "led.h"
/*
* If enable this ma... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/startup/startup.c | C | apache-2.0 | 5,725 |
/* File: startup_ARMCM3.S
* Purpose: startup file for Cortex-M3 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.0
* Date: 16 August 2013
*
/* Copyright (c) 2011 - 2013 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modificati... | YifuLiu/AliOS-Things | hardware/board/haaseduk1/startup/startup_gcc.s | Unix Assembly | apache-2.0 | 7,931 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#include "board.h"
extern void aos_heap_set();
extern void krhino_tick_proc(void);
extern void ioreuse_initial(void);
extern int clock_timer_init(void);
extern int clock_timer_start(void);
extern UART_HandleTypeDef huart1;
void board_pre_init(void)
{
... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/config/board.c | C | apache-2.0 | 2,278 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#ifndef BOARD_H
#define BOARD_H
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "aos/init.h"
#include "k_config.h"
#include "board.h"
#include "aos/hal/uart.h"
#include "stm32u5xx_hal.h"
void systick_handler(void);
void board_flash_i... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/config/board.h | C | apache-2.0 | 609 |
/**
******************************************************************************
* @file k_config.c
* @author MCU China FAE team
* @version 1.0
* @date 05/01/2019
* @brief aos porting layer
******************************************************************************
*
* COPYRIGHT(c) 2019 ... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/config/k_config.c | C | apache-2.0 | 3,006 |
/**
******************************************************************************
* @file k_config.h
* @author MCU China FAE team
* @version 1.0
* @date 05/01/2019
* @brief aos porting layer
******************************************************************************
*
* COPYRIGHT(c) 2019 ... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/config/k_config.h | C | apache-2.0 | 3,483 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#ifndef NET_CONFIG_H
#define NET_CONFIG_H
#endif
| YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/config/net_config.h | C | apache-2.0 | 115 |
/*
* Copyright (C) 2015-2021 Alibaba Group Holding Limited
*/
#include <aos/mtdpart.h>
#include <aos/mtd.h>
/* Logic partition on flash devices */
const mtd_partition_t mtd_partitions[] =
{
{
.partition_name = "boot1",
.partition_name_std = MTD_PART_NAME_BOOTLOADER,
.... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/config/partition_conf.c | C | apache-2.0 | 5,840 |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file hardware/board/stm32u5_b_u585i_iot02a/drivers/main.h
* @author MCD Application Team
* @brief This file contains all the functions prototypes for the main.c
* file.
*********... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/drivers/main.h | C | apache-2.0 | 2,061 |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32u5xx_hal_conf.h
* @author MCD Application Team
* @brief HAL configuration file.
******************************************************************************
* @attention
*
... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/drivers/stm32u5xx_hal_conf.h | C | apache-2.0 | 19,142 |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32u5xx_hal_msp.c
* @brief This file provides code for the MSP Initialization
* and de-Initialization codes.
**************************************************... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/drivers/stm32u5xx_hal_msp.c | C | apache-2.0 | 4,030 |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file hardware/board/stm32u5_b_u585i_iot02a/drivers/stm32u5xx_it.c
* @author MCD Application Team
* @brief Main Interrupt Service Routines.
* This file provides template for all exc... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/drivers/stm32u5xx_it.c | C | apache-2.0 | 3,580 |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file hardware/board/stm32u5_b_u585i_iot02a/drivers/stm32u5xx_it.h
* @author MCD Application Team
* @brief This file contains the headers of the interrupt handlers.
*************************... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/drivers/stm32u5xx_it.h | C | apache-2.0 | 1,890 |
/**
******************************************************************************
* @file hardware/board/stm32u5_b_u585i_iot02a/startup/startup.c
* @author MCD Application Team
* @brief Starup for stm32u585
******************************************************************************
* @attention
... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/startup/startup.c | C | apache-2.0 | 12,057 |
/**
******************************************************************************
* @file startup_stm32u585xx.s
* @author MCD Application Team
* @brief STM32U585xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... | YifuLiu/AliOS-Things | hardware/board/stm32u5_b_u585i_iot02a/startup/startup_gcc.s | Unix Assembly | apache-2.0 | 17,737 |
set(COMPONENT_ADD_INCLUDEDIRS cloud_services/include include)
# Edit following two lines to set component requirements (see docs)
set(COMPONENT_PRIV_REQUIRES esp_http_client jsmn mbedtls audio_sal)
set(COMPONENT_SRCS ./json_utils.c cloud_services/aws_sig_v4_signing.c cloud_services/baidu_access_token.c)
register_com... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/CMakeLists.txt | CMake | apache-2.0 | 329 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/cloud_services/aws_sig_v4_signing.c | C | apache-2.0 | 6,984 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/cloud_services/baidu_access_token.c | C | apache-2.0 | 3,147 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/cloud_services/include/aws_sig_v4_signing.h | C | apache-2.0 | 3,456 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/cloud_services/include/baidu_access_token.h | C | apache-2.0 | 1,670 |
# https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html
import sys, os, base64, datetime, hashlib, hmac
import requests # pip install requests
# ************* REQUEST VALUES *************
method = 'POST'
host = 'polly.us-east-1.amazonaws.com'
endpoint = 'https://polly.us-east-1.amazonaws.com... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/cloud_services/test/aws_sig_v4_sign.py | Python | apache-2.0 | 5,527 |
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_ADD_INCLUDEDIRS := cloud_services/include include
COMPONENT_SRCDIRS := . cloud_services
| YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/component.mk | Makefile | apache-2.0 | 246 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/include/json_utils.h | C | apache-2.0 | 1,739 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/adf_utils/json_utils.c | C | apache-2.0 | 2,547 |
set(COMPONENT_ADD_INCLUDEDIRS ./include)
# Edit following two lines to set component requirements (see docs)
set(COMPONENT_REQUIRES )
set(COMPONENT_PRIV_REQUIRES esp_peripherals audio_sal audio_hal esp_dispatcher display_service)
if (CONFIG_ESP_LYRAT_V4_2_BOARD)
message(STATUS "Current board name is " CONFIG_ESP_LYR... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/CMakeLists.txt | CMake | apache-2.0 | 2,645 |
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_ADD_INCLUDEDIRS := ./include
ifdef CONFIG_ESP_LYRAT_V4_3_BOARD
COMPONENT_ADD_INCLUDEDIRS += ./lyrat_v4_3
COMPONENT_SRCDIRS += ./lyrat_v4_3
endif
ifdef CONFIG_ESP_... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/component.mk | Makefile | apache-2.0 | 1,551 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_korvo_du1906/board.c | C | apache-2.0 | 5,695 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_korvo_du1906/board.h | C | apache-2.0 | 3,663 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_korvo_du1906/board_def.h | C | apache-2.0 | 3,640 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_korvo_du1906/board_pins_config.c | C | apache-2.0 | 5,369 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_korvo_du1906/du1906_bar_pattern.c | C | apache-2.0 | 13,354 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s2_kaluga_1_v1_2/board.c | C | apache-2.0 | 3,375 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s2_kaluga_1_v1_2/board.h | C | apache-2.0 | 2,973 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s2_kaluga_1_v1_2/board_def.h | C | apache-2.0 | 4,217 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s2_kaluga_1_v1_2/board_pins_config.c | C | apache-2.0 | 3,758 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2021 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s3_korvo2_v3/board.c | C | apache-2.0 | 4,595 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2021 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s3_korvo2_v3/board.h | C | apache-2.0 | 3,334 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2021 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s3_korvo2_v3/board_def.h | C | apache-2.0 | 5,198 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2021 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/esp32_s3_korvo2_v3/board_pins_config.c | C | apache-2.0 | 4,538 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/include/board_pins_config.h | C | apache-2.0 | 5,627 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_mini_v1_1/board.c | C | apache-2.0 | 6,085 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_mini_v1_1/board.h | C | apache-2.0 | 3,334 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_mini_v1_1/board_def.h | C | apache-2.0 | 4,505 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_mini_v1_1/board_pins_config.c | C | apache-2.0 | 5,775 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_2/board.c | C | apache-2.0 | 2,210 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_2/board.h | C | apache-2.0 | 2,973 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_2/board_def.h | C | apache-2.0 | 4,377 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_2/board_pins_config.c | C | apache-2.0 | 5,382 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_3/board.c | C | apache-2.0 | 4,941 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_3/board.h | C | apache-2.0 | 2,973 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_3/board_def.h | C | apache-2.0 | 4,377 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyrat_v4_3/board_pins_config.c | C | apache-2.0 | 5,388 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyratd_msc_v2_1/board.c | C | apache-2.0 | 4,515 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyratd_msc_v2_1/board.h | C | apache-2.0 | 2,973 |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | YifuLiu/AliOS-Things | hardware/chip/espressif_adf/esp-adf/components/audio_board/lyratd_msc_v2_1/board_def.h | C | apache-2.0 | 4,152 |