circuitpython/ports
Dave Hylands 92fec603d0 stm32/make-stmconst.py: Improve regex to parse more constants.
A few RTC constants weren't being parsed properly due to whitespace
differences, and this patch makes certain whitespace optional.  Changes
made:

- allow for no space between /*!< and EXTI, eg for:
  __IO uint32_t IMR; /*!<EXTI Interrupt mask register, Address offset: 0x00 */

- allow for no space between semicolon and start of comment, eg for:
  __IO uint32_t ALRMASSR;/*!< RTC alarm A sub second register, Address offset: 0x44 */
2019-02-19 15:17:28 +11:00
..
bare-arm py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
cc3200 all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
esp32 esp32/modsocket: Change socket.socket to be socket type rather than fun. 2019-02-18 23:20:13 +11:00
esp8266 extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 2019-02-14 00:35:45 +11:00
minimal py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
nrf ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
pic16bit all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
qemu-arm qemu-arm: Use gchelper code to get registers for GC scanning. 2019-02-12 14:48:29 +11:00
stm32 stm32/make-stmconst.py: Improve regex to parse more constants. 2019-02-19 15:17:28 +11:00
teensy all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
unix extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 2019-02-14 00:35:45 +11:00
windows windows: Remove remaining traces of old GNU readline support. 2018-12-15 13:54:55 +11:00
zephyr ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00