mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard.
This commit adds support for a new processor RA6M5. It also adds the following classes to the machine module: PWM, DAC, SDCard. Signed-off-by: mbedNoobNinja <novoltage@gmail.com>
This commit is contained in:
committed by
Damien George
parent
92c7532d8e
commit
fae96b17a7
@@ -31,8 +31,11 @@
|
||||
// #include "hal_data.h"
|
||||
#include "bsp_api.h"
|
||||
#include "common_data.h"
|
||||
#if defined(USE_DBG_PRINT)
|
||||
#include RA_CFG_H
|
||||
#endif
|
||||
|
||||
#define SCI_CH 0
|
||||
#define SCI_CH DEFAULT_DBG_CH
|
||||
#define SCI_BAUD 115200
|
||||
#define UART_CH SCI_CH
|
||||
#define UART_TxStr sci_tx_str
|
||||
@@ -56,8 +59,10 @@
|
||||
|
||||
#include "ra_config.h"
|
||||
#include "ra_adc.h"
|
||||
#include "ra_dac.h"
|
||||
#include "ra_flash.h"
|
||||
#include "ra_gpio.h"
|
||||
#include "ra_gpt.h"
|
||||
#include "ra_i2c.h"
|
||||
#include "ra_icu.h"
|
||||
#include "ra_init.h"
|
||||
|
||||
Reference in New Issue
Block a user