aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2019-02-05reflect: add support for non-named basic typesAyke van Laethem
2019-02-05reflect: add reflect.TypeOfAyke van Laethem
2019-02-01Makefile: rename tgo to tinygoAyke van Laethem
2019-02-01machine/itsybitsym0: correct comments for UART1 pin mapping and note which of...Ron Evans
2019-01-31all: update import paths to github.com/tinygo-org/tinygoAyke van Laethem
2019-01-28Implement PWM interface for SAMD21 (#157)Ron Evans
2019-01-27runtime: make stringNext use byteindex only, fix index offsetMichael Teichgraeber
2019-01-25Add core support for multiple UARTs (#152)Ron Evans
2019-01-25runtime/strings: add implementation of strings.IndexByte() (#155)Ron Evans
2019-01-21compiler: add support for channel operationsAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-21machine/samd21: I2C implementationRon Evans
2019-01-21machine/itsybitsy-m0: specify which pins to use for UART0Ron Evans
2019-01-21machine/atsamd21: implements UART0 using the SERCOM0 interfaceRon Evans
2019-01-20machine/atsamd21: correct clock calibration based on stored fuse valueRon Evans
2019-01-20machine/atsamd21: improve GPIO config to support all 32 pins on PORTA as well...Ron Evans
2019-01-20generators: correctly handle clustered subtypes used in Atmel SAMD21 SVD for ...Ron Evans
2019-01-18sam: add support for Atmel SAMD21 based ItsyBitsy M0Ron Evans
2019-01-18runtime/wasm: add memset()Seth Junot
2019-01-14runtime: remove ctx param from stub codeAyke van Laethem
2019-01-10machine/stm32f103xx: implmentation for I2C interfaceRon Evans
2019-01-05all: add support for more architectures and GOOS/GOARCH (#118)Ayke
2018-12-31machine/stm32f103xx: support for SPI interfaceRon Evans
2018-12-31machine/stm32f103xx: implementation of RTC/TIM based timersRon Evans
2018-12-31runtime: update link to original Go hashmap source codekyegupov
2018-12-22machine/microbit: add default pin mappings for SPI busRon Evans
2018-12-18machine/stm32: add support for stm32f103xx UARTRon Evans
2018-12-09compiler: always use fat function pointers with contextAyke van Laethem
2018-12-09compiler: avoid function pointers in defer callsAyke van Laethem
2018-12-03arm: add SVCAll with 0 argumentsAyke van Laethem
2018-12-03nrf: set interrupt prioritiesAyke van Laethem
2018-12-03runtime/nrf: use RTC1 instead of RTC0Ayke van Laethem
2018-12-03arm: implement setting interrupt prioritiesAyke van Laethem
2018-12-02machine/nrf52840: add support for ADC and PWM interfacesRon Evans
2018-12-02machine/nrf: SPI master implementationRon Evans
2018-12-01all: add stub pieces for GoLand supportJustin Clift
2018-12-01reelboard: support Reel Board (nrf52840 dev board)Ron Evans
2018-12-01pca10056: support this nrf52840-based boardRon Evans
2018-12-01reflect: update type code type to uintptrAyke van Laethem
2018-12-01compiler: lower interfaces in a separate passAyke van Laethem
2018-11-24wasm: add glue JS codeAyke van Laethem
2018-11-24wasm: fix heap end addressAyke van Laethem
2018-11-21arm: implement SVCallAyke van Laethem
2018-11-21pca10031: add support for PCA10031 nrf51 wireless dongleRon Evans
2018-11-20machine/avr: implement raw GPIO access for bitbanged driversAyke van Laethem
2018-11-20avr: add support for the digisparkAyke van Laethem
2018-11-18runtime: implement a simple mark/sweep garbage collectorAyke van Laethem
2018-11-18arm: implement arm.ReadRegisterAyke van Laethem
2018-11-17runtime: add "end of heap" to detect out of memoryAyke van Laethem
2018-11-17runtime: add "none" garbage collectorAyke van Laethem